GET api/VMAX/GetVMAXGetVendorBankDetailsId?VendorID={VendorID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VendorBankDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | integer |
None. |
|
| bankId | integer |
None. |
|
| bankname | string |
None. |
|
| RefVendorId | string |
None. |
|
| RefAddressId | string |
None. |
|
| RefBankId | string |
None. |
|
| accountnumber | string |
None. |
|
| bankbranch | string |
None. |
|
| ifsccode | string |
None. |
|
| StatuId | integer |
None. |
|
| CreatedUserId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedUser | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| Url | string |
None. |
|
| Status | string |
None. |
|
| RefLocation | string |
None. |
|
| locationId | integer |
None. |
|
| RejectReason | string |
None. |
|
| CreateUser | string |
None. |
|
| ApprovedUserId | integer |
None. |
|
| ApprovedUser | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VendorID": 1,
"bankId": 2,
"bankname": "sample string 3",
"RefVendorId": "sample string 4",
"RefAddressId": "sample string 5",
"RefBankId": "sample string 6",
"accountnumber": "sample string 7",
"bankbranch": "sample string 8",
"ifsccode": "sample string 9",
"StatuId": 10,
"CreatedUserId": 11,
"CreatedDate": "2026-04-02T08:01:40.460055+05:30",
"UpdatedUser": 13,
"UpdatedDate": "2026-04-02T08:01:40.460055+05:30",
"Url": "sample string 15",
"Status": "sample string 16",
"RefLocation": "sample string 17",
"locationId": 18,
"RejectReason": "sample string 19",
"CreateUser": "sample string 20",
"ApprovedUserId": 21,
"ApprovedUser": "sample string 22"
},
{
"VendorID": 1,
"bankId": 2,
"bankname": "sample string 3",
"RefVendorId": "sample string 4",
"RefAddressId": "sample string 5",
"RefBankId": "sample string 6",
"accountnumber": "sample string 7",
"bankbranch": "sample string 8",
"ifsccode": "sample string 9",
"StatuId": 10,
"CreatedUserId": 11,
"CreatedDate": "2026-04-02T08:01:40.460055+05:30",
"UpdatedUser": 13,
"UpdatedDate": "2026-04-02T08:01:40.460055+05:30",
"Url": "sample string 15",
"Status": "sample string 16",
"RefLocation": "sample string 17",
"locationId": 18,
"RejectReason": "sample string 19",
"CreateUser": "sample string 20",
"ApprovedUserId": 21,
"ApprovedUser": "sample string 22"
}
]
application/xml, text/xml
Sample:
<ArrayOfVendorBankDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AXCommunication.Models">
<VendorBankDetails>
<ApprovedUser>sample string 22</ApprovedUser>
<ApprovedUserId>21</ApprovedUserId>
<CreateUser>sample string 20</CreateUser>
<CreatedDate>2026-04-02T08:01:40.460055+05:30</CreatedDate>
<CreatedUserId>11</CreatedUserId>
<RefAddressId>sample string 5</RefAddressId>
<RefBankId>sample string 6</RefBankId>
<RefLocation>sample string 17</RefLocation>
<RefVendorId>sample string 4</RefVendorId>
<RejectReason>sample string 19</RejectReason>
<StatuId>10</StatuId>
<Status>sample string 16</Status>
<UpdatedDate>2026-04-02T08:01:40.460055+05:30</UpdatedDate>
<UpdatedUser>13</UpdatedUser>
<Url>sample string 15</Url>
<VendorID>1</VendorID>
<accountnumber>sample string 7</accountnumber>
<bankId>2</bankId>
<bankbranch>sample string 8</bankbranch>
<bankname>sample string 3</bankname>
<ifsccode>sample string 9</ifsccode>
<locationId>18</locationId>
</VendorBankDetails>
<VendorBankDetails>
<ApprovedUser>sample string 22</ApprovedUser>
<ApprovedUserId>21</ApprovedUserId>
<CreateUser>sample string 20</CreateUser>
<CreatedDate>2026-04-02T08:01:40.460055+05:30</CreatedDate>
<CreatedUserId>11</CreatedUserId>
<RefAddressId>sample string 5</RefAddressId>
<RefBankId>sample string 6</RefBankId>
<RefLocation>sample string 17</RefLocation>
<RefVendorId>sample string 4</RefVendorId>
<RejectReason>sample string 19</RejectReason>
<StatuId>10</StatuId>
<Status>sample string 16</Status>
<UpdatedDate>2026-04-02T08:01:40.460055+05:30</UpdatedDate>
<UpdatedUser>13</UpdatedUser>
<Url>sample string 15</Url>
<VendorID>1</VendorID>
<accountnumber>sample string 7</accountnumber>
<bankId>2</bankId>
<bankbranch>sample string 8</bankbranch>
<bankname>sample string 3</bankname>
<ifsccode>sample string 9</ifsccode>
<locationId>18</locationId>
</VendorBankDetails>
</ArrayOfVendorBankDetails>