GET api/Promotion/BankByPayment?Id={Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BankListModelsName | Description | Type | Additional information |
---|---|---|---|
BankId | globally unique identifier |
None. |
|
BankName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "BankId": "15009ce1-1326-4dc8-9f0c-67b64db5018f", "BankName": "sample string 1" }, { "BankId": "15009ce1-1326-4dc8-9f0c-67b64db5018f", "BankName": "sample string 1" } ]
application/xml, text/xml
Sample:
<ArrayOfBankListModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API4WEB.Models"> <BankListModels> <BankId>15009ce1-1326-4dc8-9f0c-67b64db5018f</BankId> <BankName>sample string 1</BankName> </BankListModels> <BankListModels> <BankId>15009ce1-1326-4dc8-9f0c-67b64db5018f</BankId> <BankName>sample string 1</BankName> </BankListModels> </ArrayOfBankListModels>