OPTIONS api/Accounts/AccountsListByAcntType
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"AcntId": "932a3647-7e0c-499f-8e54-c491dd7362cc",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "c9683e1f-630f-41f9-8df4-eb288f972f62",
"TaxTypeCode": 5
},
{
"AcntId": "932a3647-7e0c-499f-8e54-c491dd7362cc",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "c9683e1f-630f-41f9-8df4-eb288f972f62",
"TaxTypeCode": 5
},
{
"AcntId": "932a3647-7e0c-499f-8e54-c491dd7362cc",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "c9683e1f-630f-41f9-8df4-eb288f972f62",
"TaxTypeCode": 5
}
]
text/html
Sample:
[{"AcntId":"932a3647-7e0c-499f-8e54-c491dd7362cc","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"c9683e1f-630f-41f9-8df4-eb288f972f62","TaxTypeCode":5},{"AcntId":"932a3647-7e0c-499f-8e54-c491dd7362cc","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"c9683e1f-630f-41f9-8df4-eb288f972f62","TaxTypeCode":5},{"AcntId":"932a3647-7e0c-499f-8e54-c491dd7362cc","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"c9683e1f-630f-41f9-8df4-eb288f972f62","TaxTypeCode":5}]
application/xml, text/xml
Sample:
<ArrayOfAccountsForDDLModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<AccountsForDDLModel>
<AccountSubType>c9683e1f-630f-41f9-8df4-eb288f972f62</AccountSubType>
<AcntId>932a3647-7e0c-499f-8e54-c491dd7362cc</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>c9683e1f-630f-41f9-8df4-eb288f972f62</AccountSubType>
<AcntId>932a3647-7e0c-499f-8e54-c491dd7362cc</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>c9683e1f-630f-41f9-8df4-eb288f972f62</AccountSubType>
<AcntId>932a3647-7e0c-499f-8e54-c491dd7362cc</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
</ArrayOfAccountsForDDLModel>