Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
the type name. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of liability types.
Collection of Pico.DropdownItem| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| displayOrder |
Gets or sets the display order. |
integer |
None. |
| id |
Gets the dropdown item identifier. |
string |
None. |
| type |
Gets or sets the type. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"code": "sample String 1",
"description": "sample String 2",
"displayOrder": 1,
"id": "DI-sample String 3-sample String 1",
"type": "sample String 3"
},
{
"code": "sample String 1",
"description": "sample String 2",
"displayOrder": 1,
"id": "DI-sample String 3-sample String 1",
"type": "sample String 3"
}
]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","displayOrder":1,"id":"DI-sample String 3-sample String 1","type":"sample String 3"},{"code":"sample String 1","description":"sample String 2","displayOrder":1,"id":"DI-sample String 3-sample String 1","type":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfDropdownItem xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DropdownItem>
<Code>sample String 1</Code>
<Description>sample String 2</Description>
<DisplayOrder>1</DisplayOrder>
<Type>sample String 3</Type>
</DropdownItem>
<DropdownItem>
<Code>sample String 1</Code>
<Description>sample String 2</Description>
<DisplayOrder>1</DisplayOrder>
<Type>sample String 3</Type>
</DropdownItem>
</ArrayOfDropdownItem>