POST api/v1/GetListPaymentGetway?countryId={countryId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
countryId

integer

Required

clientId

integer

Required

Response Information

Description:

Return type: Collection of DropdownPaymentGatewayList

Response Formats
[
  {
    "PaymentGetwayTypeId": 1,
    "GatwayName": "sample string 2"
  },
  {
    "PaymentGetwayTypeId": 1,
    "GatwayName": "sample string 2"
  }
]
[{"PaymentGetwayTypeId":1,"GatwayName":"sample string 2"},{"PaymentGetwayTypeId":1,"GatwayName":"sample string 2"}]
<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>