POST api/Accounts/AccountsListForDDL_ByAcntType
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": "3080fd05-dabb-446f-bcf7-9b3d47b6a208",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "27f878a8-c29e-4299-9183-d60b8f07ddf4",
"TaxTypeCode": 5
},
{
"AcntId": "3080fd05-dabb-446f-bcf7-9b3d47b6a208",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "27f878a8-c29e-4299-9183-d60b8f07ddf4",
"TaxTypeCode": 5
},
{
"AcntId": "3080fd05-dabb-446f-bcf7-9b3d47b6a208",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "27f878a8-c29e-4299-9183-d60b8f07ddf4",
"TaxTypeCode": 5
}
]
text/html
Sample:
[{"AcntId":"3080fd05-dabb-446f-bcf7-9b3d47b6a208","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"27f878a8-c29e-4299-9183-d60b8f07ddf4","TaxTypeCode":5},{"AcntId":"3080fd05-dabb-446f-bcf7-9b3d47b6a208","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"27f878a8-c29e-4299-9183-d60b8f07ddf4","TaxTypeCode":5},{"AcntId":"3080fd05-dabb-446f-bcf7-9b3d47b6a208","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"27f878a8-c29e-4299-9183-d60b8f07ddf4","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>27f878a8-c29e-4299-9183-d60b8f07ddf4</AccountSubType>
<AcntId>3080fd05-dabb-446f-bcf7-9b3d47b6a208</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>27f878a8-c29e-4299-9183-d60b8f07ddf4</AccountSubType>
<AcntId>3080fd05-dabb-446f-bcf7-9b3d47b6a208</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>27f878a8-c29e-4299-9183-d60b8f07ddf4</AccountSubType>
<AcntId>3080fd05-dabb-446f-bcf7-9b3d47b6a208</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
</ArrayOfAccountsForDDLModel>