GET api/v1/accountingunittypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AccountingUnitTypeListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountingUnitTypeId | integer |
None. |
|
| AccountingUnitTypeName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountingUnitTypeId": 1,
"AccountingUnitTypeName": "sample string 2"
},
{
"AccountingUnitTypeId": 1,
"AccountingUnitTypeName": "sample string 2"
}
]
text/html
Sample:
[{"AccountingUnitTypeId":1,"AccountingUnitTypeName":"sample string 2"},{"AccountingUnitTypeId":1,"AccountingUnitTypeName":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfAccountingUnitTypeListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
<AccountingUnitTypeListItem>
<AccountingUnitTypeId>1</AccountingUnitTypeId>
<AccountingUnitTypeName>sample string 2</AccountingUnitTypeName>
</AccountingUnitTypeListItem>
<AccountingUnitTypeListItem>
<AccountingUnitTypeId>1</AccountingUnitTypeId>
<AccountingUnitTypeName>sample string 2</AccountingUnitTypeName>
</AccountingUnitTypeListItem>
</ArrayOfAccountingUnitTypeListItem>