GET accounttypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AccountTypeEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountTypeID | integer |
None. |
|
| DOAccountType | integer |
None. |
|
| AccountType | string |
None. |
|
| Active | integer |
None. |
|
| TenantID | integer |
None. |
|
| TenantName | string |
None. |
|
| Include | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountTypeID": 1,
"DOAccountType": 1,
"AccountType": "sample string 2",
"Active": 3,
"TenantID": 4,
"TenantName": "sample string 5",
"Include": true
},
{
"AccountTypeID": 1,
"DOAccountType": 1,
"AccountType": "sample string 2",
"Active": 3,
"TenantID": 4,
"TenantName": "sample string 5",
"Include": true
}
]
text/html
Sample:
[{"AccountTypeID":1,"DOAccountType":1,"AccountType":"sample string 2","Active":3,"TenantID":4,"TenantName":"sample string 5","Include":true},{"AccountTypeID":1,"DOAccountType":1,"AccountType":"sample string 2","Active":3,"TenantID":4,"TenantName":"sample string 5","Include":true}]
application/xml, text/xml
Sample:
<ArrayOfAccountTypeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.AccountTypes">
<AccountTypeEntity>
<AccountType>sample string 2</AccountType>
<AccountTypeID>1</AccountTypeID>
<Active>3</Active>
<DOAccountType>1</DOAccountType>
<Include>true</Include>
<TenantID>4</TenantID>
<TenantName>sample string 5</TenantName>
</AccountTypeEntity>
<AccountTypeEntity>
<AccountType>sample string 2</AccountType>
<AccountTypeID>1</AccountTypeID>
<Active>3</Active>
<DOAccountType>1</DOAccountType>
<Include>true</Include>
<TenantID>4</TenantID>
<TenantName>sample string 5</TenantName>
</AccountTypeEntity>
</ArrayOfAccountTypeEntity>