POST api/Accounts/GetRoundOffAcnts
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": "8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "ceceb003-cafd-43bf-b943-da080eb9835c",
"TaxTypeCode": 5
},
{
"AcntId": "8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "ceceb003-cafd-43bf-b943-da080eb9835c",
"TaxTypeCode": 5
},
{
"AcntId": "8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9",
"AcntName": "sample string 2",
"AcntShort": "sample string 3",
"AcntType": 4,
"AccountSubType": "ceceb003-cafd-43bf-b943-da080eb9835c",
"TaxTypeCode": 5
}
]
text/html
Sample:
[{"AcntId":"8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"ceceb003-cafd-43bf-b943-da080eb9835c","TaxTypeCode":5},{"AcntId":"8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"ceceb003-cafd-43bf-b943-da080eb9835c","TaxTypeCode":5},{"AcntId":"8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"ceceb003-cafd-43bf-b943-da080eb9835c","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>ceceb003-cafd-43bf-b943-da080eb9835c</AccountSubType>
<AcntId>8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>ceceb003-cafd-43bf-b943-da080eb9835c</AccountSubType>
<AcntId>8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
<AccountsForDDLModel>
<AccountSubType>ceceb003-cafd-43bf-b943-da080eb9835c</AccountSubType>
<AcntId>8188cbb5-dfc5-4a4e-ac9b-1166a1a6c1f9</AcntId>
<AcntName>sample string 2</AcntName>
<AcntShort>sample string 3</AcntShort>
<AcntType>4</AcntType>
<TaxTypeCode>5</TaxTypeCode>
</AccountsForDDLModel>
</ArrayOfAccountsForDDLModel>