Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| liabilitySubtypeId |
The liability subtype identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The liability subtype, if it exists.
Nano.LiabilitySubtype| 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 it is active. |
boolean |
None. |
| id |
Gets or sets the liability subtype identifier. |
integer |
None. |
| liabilityType |
Gets or sets the liability subtype identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample String 1",
"description": "sample String 2",
"isActive": true,
"id": "4",
"liabilityType": 5
}
text/html
Sample:
{"code":"sample String 1","description":"sample String 2","isActive":true,"id":"4","liabilityType":5}
application/xml, text/xml
Sample:
<LiabilitySubtype 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> <LiabilitySubtypeId>4</LiabilitySubtypeId> <LiabilityTypeId>5</LiabilityTypeId> </LiabilitySubtype>
application/vnd.api+json
Sample:
Sample not available.