POST api/Accounts/GetAcntIDBySubType

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": "750eb484-fc15-430d-921a-013e3f2e0988",
    "CompId": "76c580ed-ed1a-440d-b826-6e5b09d75cc8",
    "AccountSubType": "ae23077e-63dc-4775-97bf-57a4bf88953d"
  },
  {
    "AcntId": "750eb484-fc15-430d-921a-013e3f2e0988",
    "CompId": "76c580ed-ed1a-440d-b826-6e5b09d75cc8",
    "AccountSubType": "ae23077e-63dc-4775-97bf-57a4bf88953d"
  },
  {
    "AcntId": "750eb484-fc15-430d-921a-013e3f2e0988",
    "CompId": "76c580ed-ed1a-440d-b826-6e5b09d75cc8",
    "AccountSubType": "ae23077e-63dc-4775-97bf-57a4bf88953d"
  }
]

text/html

Sample:
[{"AcntId":"750eb484-fc15-430d-921a-013e3f2e0988","CompId":"76c580ed-ed1a-440d-b826-6e5b09d75cc8","AccountSubType":"ae23077e-63dc-4775-97bf-57a4bf88953d"},{"AcntId":"750eb484-fc15-430d-921a-013e3f2e0988","CompId":"76c580ed-ed1a-440d-b826-6e5b09d75cc8","AccountSubType":"ae23077e-63dc-4775-97bf-57a4bf88953d"},{"AcntId":"750eb484-fc15-430d-921a-013e3f2e0988","CompId":"76c580ed-ed1a-440d-b826-6e5b09d75cc8","AccountSubType":"ae23077e-63dc-4775-97bf-57a4bf88953d"}]

application/xml, text/xml

Sample:
<ArrayOfAccountExtnVatAcntsListModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <AccountExtnVatAcntsListModels>
    <AccountSubType>ae23077e-63dc-4775-97bf-57a4bf88953d</AccountSubType>
    <AcntId>750eb484-fc15-430d-921a-013e3f2e0988</AcntId>
    <CompId>76c580ed-ed1a-440d-b826-6e5b09d75cc8</CompId>
  </AccountExtnVatAcntsListModels>
  <AccountExtnVatAcntsListModels>
    <AccountSubType>ae23077e-63dc-4775-97bf-57a4bf88953d</AccountSubType>
    <AcntId>750eb484-fc15-430d-921a-013e3f2e0988</AcntId>
    <CompId>76c580ed-ed1a-440d-b826-6e5b09d75cc8</CompId>
  </AccountExtnVatAcntsListModels>
  <AccountExtnVatAcntsListModels>
    <AccountSubType>ae23077e-63dc-4775-97bf-57a4bf88953d</AccountSubType>
    <AcntId>750eb484-fc15-430d-921a-013e3f2e0988</AcntId>
    <CompId>76c580ed-ed1a-440d-b826-6e5b09d75cc8</CompId>
  </AccountExtnVatAcntsListModels>
</ArrayOfAccountExtnVatAcntsListModels>