POST api/Accounts/GetVirtualAccounts

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": "6dd7177d-1355-4ebf-806e-2e216689f8be",
    "VirtualAcntname": "sample string 2",
    "ActualAcntName": "sample string 3",
    "PartyGSTNo": "sample string 4",
    "CreatedBy": "83442425-9c45-4029-b98d-4e6cb7eb1ea3",
    "CreatedDate": "2026-04-18T17:04:03.6279731+05:30"
  },
  {
    "AcntId": "6dd7177d-1355-4ebf-806e-2e216689f8be",
    "VirtualAcntname": "sample string 2",
    "ActualAcntName": "sample string 3",
    "PartyGSTNo": "sample string 4",
    "CreatedBy": "83442425-9c45-4029-b98d-4e6cb7eb1ea3",
    "CreatedDate": "2026-04-18T17:04:03.6279731+05:30"
  },
  {
    "AcntId": "6dd7177d-1355-4ebf-806e-2e216689f8be",
    "VirtualAcntname": "sample string 2",
    "ActualAcntName": "sample string 3",
    "PartyGSTNo": "sample string 4",
    "CreatedBy": "83442425-9c45-4029-b98d-4e6cb7eb1ea3",
    "CreatedDate": "2026-04-18T17:04:03.6279731+05:30"
  }
]

text/html

Sample:
[{"AcntId":"6dd7177d-1355-4ebf-806e-2e216689f8be","VirtualAcntname":"sample string 2","ActualAcntName":"sample string 3","PartyGSTNo":"sample string 4","CreatedBy":"83442425-9c45-4029-b98d-4e6cb7eb1ea3","CreatedDate":"2026-04-18T17:04:03.6279731+05:30"},{"AcntId":"6dd7177d-1355-4ebf-806e-2e216689f8be","VirtualAcntname":"sample string 2","ActualAcntName":"sample string 3","PartyGSTNo":"sample string 4","CreatedBy":"83442425-9c45-4029-b98d-4e6cb7eb1ea3","CreatedDate":"2026-04-18T17:04:03.6279731+05:30"},{"AcntId":"6dd7177d-1355-4ebf-806e-2e216689f8be","VirtualAcntname":"sample string 2","ActualAcntName":"sample string 3","PartyGSTNo":"sample string 4","CreatedBy":"83442425-9c45-4029-b98d-4e6cb7eb1ea3","CreatedDate":"2026-04-18T17:04:03.6279731+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfVirtualAccountsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <VirtualAccountsModel>
    <AcntId>6dd7177d-1355-4ebf-806e-2e216689f8be</AcntId>
    <ActualAcntName>sample string 3</ActualAcntName>
    <CreatedBy>83442425-9c45-4029-b98d-4e6cb7eb1ea3</CreatedBy>
    <CreatedDate>2026-04-18T17:04:03.6279731+05:30</CreatedDate>
    <PartyGSTNo>sample string 4</PartyGSTNo>
    <VirtualAcntname>sample string 2</VirtualAcntname>
  </VirtualAccountsModel>
  <VirtualAccountsModel>
    <AcntId>6dd7177d-1355-4ebf-806e-2e216689f8be</AcntId>
    <ActualAcntName>sample string 3</ActualAcntName>
    <CreatedBy>83442425-9c45-4029-b98d-4e6cb7eb1ea3</CreatedBy>
    <CreatedDate>2026-04-18T17:04:03.6279731+05:30</CreatedDate>
    <PartyGSTNo>sample string 4</PartyGSTNo>
    <VirtualAcntname>sample string 2</VirtualAcntname>
  </VirtualAccountsModel>
  <VirtualAccountsModel>
    <AcntId>6dd7177d-1355-4ebf-806e-2e216689f8be</AcntId>
    <ActualAcntName>sample string 3</ActualAcntName>
    <CreatedBy>83442425-9c45-4029-b98d-4e6cb7eb1ea3</CreatedBy>
    <CreatedDate>2026-04-18T17:04:03.6279731+05:30</CreatedDate>
    <PartyGSTNo>sample string 4</PartyGSTNo>
    <VirtualAcntname>sample string 2</VirtualAcntname>
  </VirtualAccountsModel>
</ArrayOfVirtualAccountsModel>