POST api/Accounts/GetlistForDeliveryChargeAcnt
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": "44981099-3122-489a-9fed-cadb7b7a7af8",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "5409e779-37c7-4fc8-8be7-ab5852b15823",
"TaxTypeCode": 5
},
{
"AcntId": "44981099-3122-489a-9fed-cadb7b7a7af8",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "5409e779-37c7-4fc8-8be7-ab5852b15823",
"TaxTypeCode": 5
},
{
"AcntId": "44981099-3122-489a-9fed-cadb7b7a7af8",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "5409e779-37c7-4fc8-8be7-ab5852b15823",
"TaxTypeCode": 5
}
]
text/html
Sample:
[{"AcntId":"44981099-3122-489a-9fed-cadb7b7a7af8","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"5409e779-37c7-4fc8-8be7-ab5852b15823","TaxTypeCode":5},{"AcntId":"44981099-3122-489a-9fed-cadb7b7a7af8","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"5409e779-37c7-4fc8-8be7-ab5852b15823","TaxTypeCode":5},{"AcntId":"44981099-3122-489a-9fed-cadb7b7a7af8","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"5409e779-37c7-4fc8-8be7-ab5852b15823","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>5409e779-37c7-4fc8-8be7-ab5852b15823</AccountSubType>
<AcntId>44981099-3122-489a-9fed-cadb7b7a7af8</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>5409e779-37c7-4fc8-8be7-ab5852b15823</AccountSubType>
<AcntId>44981099-3122-489a-9fed-cadb7b7a7af8</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>5409e779-37c7-4fc8-8be7-ab5852b15823</AccountSubType>
<AcntId>44981099-3122-489a-9fed-cadb7b7a7af8</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
</ArrayOfAccountsForDDLModel>