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": "ebc40aee-97fe-4096-850d-1bb363207333",
    "VirtualAcntname": "sample string 2",
    "ActualAcntName": "sample string 3",
    "PartyGSTNo": "sample string 4",
    "CreatedBy": "9388b0a8-71f4-4e53-8b82-44047a341f0e",
    "CreatedDate": "2025-11-02T15:57:10.6181745+05:30"
  },
  {
    "AcntId": "ebc40aee-97fe-4096-850d-1bb363207333",
    "VirtualAcntname": "sample string 2",
    "ActualAcntName": "sample string 3",
    "PartyGSTNo": "sample string 4",
    "CreatedBy": "9388b0a8-71f4-4e53-8b82-44047a341f0e",
    "CreatedDate": "2025-11-02T15:57:10.6181745+05:30"
  },
  {
    "AcntId": "ebc40aee-97fe-4096-850d-1bb363207333",
    "VirtualAcntname": "sample string 2",
    "ActualAcntName": "sample string 3",
    "PartyGSTNo": "sample string 4",
    "CreatedBy": "9388b0a8-71f4-4e53-8b82-44047a341f0e",
    "CreatedDate": "2025-11-02T15:57:10.6181745+05:30"
  }
]

text/html

Sample:
[{"AcntId":"ebc40aee-97fe-4096-850d-1bb363207333","VirtualAcntname":"sample string 2","ActualAcntName":"sample string 3","PartyGSTNo":"sample string 4","CreatedBy":"9388b0a8-71f4-4e53-8b82-44047a341f0e","CreatedDate":"2025-11-02T15:57:10.6181745+05:30"},{"AcntId":"ebc40aee-97fe-4096-850d-1bb363207333","VirtualAcntname":"sample string 2","ActualAcntName":"sample string 3","PartyGSTNo":"sample string 4","CreatedBy":"9388b0a8-71f4-4e53-8b82-44047a341f0e","CreatedDate":"2025-11-02T15:57:10.6181745+05:30"},{"AcntId":"ebc40aee-97fe-4096-850d-1bb363207333","VirtualAcntname":"sample string 2","ActualAcntName":"sample string 3","PartyGSTNo":"sample string 4","CreatedBy":"9388b0a8-71f4-4e53-8b82-44047a341f0e","CreatedDate":"2025-11-02T15:57:10.6181745+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>ebc40aee-97fe-4096-850d-1bb363207333</AcntId>
    <ActualAcntName>sample string 3</ActualAcntName>
    <CreatedBy>9388b0a8-71f4-4e53-8b82-44047a341f0e</CreatedBy>
    <CreatedDate>2025-11-02T15:57:10.6181745+05:30</CreatedDate>
    <PartyGSTNo>sample string 4</PartyGSTNo>
    <VirtualAcntname>sample string 2</VirtualAcntname>
  </VirtualAccountsModel>
  <VirtualAccountsModel>
    <AcntId>ebc40aee-97fe-4096-850d-1bb363207333</AcntId>
    <ActualAcntName>sample string 3</ActualAcntName>
    <CreatedBy>9388b0a8-71f4-4e53-8b82-44047a341f0e</CreatedBy>
    <CreatedDate>2025-11-02T15:57:10.6181745+05:30</CreatedDate>
    <PartyGSTNo>sample string 4</PartyGSTNo>
    <VirtualAcntname>sample string 2</VirtualAcntname>
  </VirtualAccountsModel>
  <VirtualAccountsModel>
    <AcntId>ebc40aee-97fe-4096-850d-1bb363207333</AcntId>
    <ActualAcntName>sample string 3</ActualAcntName>
    <CreatedBy>9388b0a8-71f4-4e53-8b82-44047a341f0e</CreatedBy>
    <CreatedDate>2025-11-02T15:57:10.6181745+05:30</CreatedDate>
    <PartyGSTNo>sample string 4</PartyGSTNo>
    <VirtualAcntname>sample string 2</VirtualAcntname>
  </VirtualAccountsModel>
</ArrayOfVirtualAccountsModel>