GET api/Partner/Vendor/ListBankAccountNoVendor/{no_}
Get 1 VendorBank Account by No_, no type resolve
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| no_ | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BankAccountNoVendor| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountNo | string |
None. |
|
| Preferred | integer |
None. |
|
| BankAccountCode | string |
None. |
|
| No_ | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"bankAccountNo": "sample string 1",
"preferred": 2,
"bankAccountCode": "sample string 3",
"no_": "sample string 4"
},
{
"bankAccountNo": "sample string 1",
"preferred": 2,
"bankAccountCode": "sample string 3",
"no_": "sample string 4"
}
]