Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| providerTypeId |
The provider type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The provider type, if it exists.
Nano.ProviderType| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether this is active. |
boolean |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| id |
Gets or sets the identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample String 1",
"description": "sample String 2",
"isActive": true,
"order": 1,
"id": "4"
}
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"order":1,"id":"4"}
application/xml, text/xml
Sample:
<ProviderType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Code>sample String 1</Code> <Description>sample String 2</Description> <IsActive>true</IsActive> <Order>1</Order> <ProviderTypeId>4</ProviderTypeId> </ProviderType>
application/vnd.api+json
Sample:
Sample not available.