POST api/BxPaymentMethodTranslator
Request Information
URI Parameters
None.
Body Parameters
BxPaymentMethodTranslatorPostData| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentGateway | UdlaPaymentGatway |
Required |
|
| CreditType | string |
Required |
|
| Months | integer |
Required |
|
| CardName | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"paymentGateway": 0,
"creditType": "sample string 1",
"months": 2,
"cardName": "sample string 3"
}
Response Information
Resource Description
BxPaymentMethodTranslatorPostResult| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentMethodData | PaymentMethodData |
None. |
|
| ResponseCode | BxPaymentMethodPostExceptionType |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"paymentMethodData": {
"code": "sample string 1"
},
"responseCode": 0,
"responseMessage": "sample string 1"
}