GET api/AccType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of APIAccType| Name | Description | Type | Additional information |
|---|---|---|---|
| AccTypeID | integer |
None. |
|
| AccTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccTypeID": 1,
"AccTypeName": "sample string 2"
},
{
"AccTypeID": 1,
"AccTypeName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfAPIAccType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgTravelSoftCore.Model">
<APIAccType>
<AccTypeID>1</AccTypeID>
<AccTypeName>sample string 2</AccTypeName>
</APIAccType>
<APIAccType>
<AccTypeID>1</AccTypeID>
<AccTypeName>sample string 2</AccTypeName>
</APIAccType>
</ArrayOfAPIAccType>