GET api/iocardtypeapi/iocardtype/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
IOCardTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
Required |
|
| code | integer |
Required |
|
| description | string |
Required |
|
| id | globally unique identifier |
None. |
|
| type | string |
Required String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"active": true,
"code": 2,
"description": "sample string 3",
"id": "312419ee-cd41-462a-830f-918edf9af349",
"type": "sample string 5"
}
application/xml, text/xml
Sample:
<io_card_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <code>2</code> <description>sample string 3</description> <id>312419ee-cd41-462a-830f-918edf9af349</id> <type>sample string 5</type> </io_card_type>