POST api/Accounts/GetTaxTypeAccounts

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "1f5d3edc-cfd6-49b5-b260-ab730f7c281c",
    "AcntName": "sample string 2",
    "AcntShort": "sample string 3",
    "AcntType": 4,
    "AccountSubType": "7067b900-1881-40cc-9777-b3cc3bb3991e",
    "TaxTypeCode": 5
  },
  {
    "AcntId": "1f5d3edc-cfd6-49b5-b260-ab730f7c281c",
    "AcntName": "sample string 2",
    "AcntShort": "sample string 3",
    "AcntType": 4,
    "AccountSubType": "7067b900-1881-40cc-9777-b3cc3bb3991e",
    "TaxTypeCode": 5
  },
  {
    "AcntId": "1f5d3edc-cfd6-49b5-b260-ab730f7c281c",
    "AcntName": "sample string 2",
    "AcntShort": "sample string 3",
    "AcntType": 4,
    "AccountSubType": "7067b900-1881-40cc-9777-b3cc3bb3991e",
    "TaxTypeCode": 5
  }
]

text/html

Sample:
[{"AcntId":"1f5d3edc-cfd6-49b5-b260-ab730f7c281c","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"7067b900-1881-40cc-9777-b3cc3bb3991e","TaxTypeCode":5},{"AcntId":"1f5d3edc-cfd6-49b5-b260-ab730f7c281c","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"7067b900-1881-40cc-9777-b3cc3bb3991e","TaxTypeCode":5},{"AcntId":"1f5d3edc-cfd6-49b5-b260-ab730f7c281c","AcntName":"sample string 2","AcntShort":"sample string 3","AcntType":4,"AccountSubType":"7067b900-1881-40cc-9777-b3cc3bb3991e","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>7067b900-1881-40cc-9777-b3cc3bb3991e</AccountSubType>
    <AcntId>1f5d3edc-cfd6-49b5-b260-ab730f7c281c</AcntId>
    <AcntName>sample string 2</AcntName>
    <AcntShort>sample string 3</AcntShort>
    <AcntType>4</AcntType>
    <TaxTypeCode>5</TaxTypeCode>
  </AccountsForDDLModel>
  <AccountsForDDLModel>
    <AccountSubType>7067b900-1881-40cc-9777-b3cc3bb3991e</AccountSubType>
    <AcntId>1f5d3edc-cfd6-49b5-b260-ab730f7c281c</AcntId>
    <AcntName>sample string 2</AcntName>
    <AcntShort>sample string 3</AcntShort>
    <AcntType>4</AcntType>
    <TaxTypeCode>5</TaxTypeCode>
  </AccountsForDDLModel>
  <AccountsForDDLModel>
    <AccountSubType>7067b900-1881-40cc-9777-b3cc3bb3991e</AccountSubType>
    <AcntId>1f5d3edc-cfd6-49b5-b260-ab730f7c281c</AcntId>
    <AcntName>sample string 2</AcntName>
    <AcntShort>sample string 3</AcntShort>
    <AcntType>4</AcntType>
    <TaxTypeCode>5</TaxTypeCode>
  </AccountsForDDLModel>
</ArrayOfAccountsForDDLModel>