POST api/BxPaymentMethodTranslator

Request Information

URI Parameters

None.

Body Parameters

BxPaymentMethodTranslatorPostData
NameDescriptionTypeAdditional information
PaymentGateway

UdlaPaymentGatway

Required

CreditType

string

Required

Months

integer

Required

CardName

string

Required

GroupCode

string

None.

Type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "paymentGateway": 0,
  "creditType": "sample string 1",
  "months": 2,
  "cardName": "sample string 3",
  "groupCode": "sample string 4",
  "type": "sample string 5"
}

Response Information

Resource Description

BxPaymentMethodTranslatorPostResult
NameDescriptionTypeAdditional 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"
}