POST
api/v1/GetAllPaymentGetway?countryId={countryId}&clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countryId | integer |
Required |
|
| clientId | integer |
Required |
Response Information
Description:
Return type: Collection of DropdownPaymentGatewayList
Response Formats
application/json, text/json
[
{
"PaymentGetwayTypeId": 1,
"GatwayName": "sample string 2"
},
{
"PaymentGetwayTypeId": 1,
"GatwayName": "sample string 2"
}
]
text/html
[{"PaymentGetwayTypeId":1,"GatwayName":"sample string 2"},{"PaymentGetwayTypeId":1,"GatwayName":"sample string 2"}]
application/xml, text/xml
<ArrayOfDropdownPaymentGatewayList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Platform">
<DropdownPaymentGatewayList>
<GatwayName>sample string 2</GatwayName>
<PaymentGetwayTypeId>1</PaymentGetwayTypeId>
</DropdownPaymentGatewayList>
<DropdownPaymentGatewayList>
<GatwayName>sample string 2</GatwayName>
<PaymentGetwayTypeId>1</PaymentGetwayTypeId>
</DropdownPaymentGatewayList>
</ArrayOfDropdownPaymentGatewayList>
