POST Operator/Get_Set_Payment_Options?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Set_Payment_Options

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Get_Set_Payment_Options'.

Response Information

Resource Description

Result_Get_Set_Payment_Options
NameDescriptionTypeAdditional information
Set_Payment_Options

Collection of SET_PAYMENT_OPTION

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Set_Payment_Options": [
    {
      "PAYMENT_OPTION_ID": 1,
      "PAYMENT_OPTION_NAME": "sample string 2",
      "PAYMENT_OPTION_DESCRIPTION": "sample string 3"
    },
    {
      "PAYMENT_OPTION_ID": 1,
      "PAYMENT_OPTION_NAME": "sample string 2",
      "PAYMENT_OPTION_DESCRIPTION": "sample string 3"
    }
  ],
  "ExceptionMsg": "sample string 1"
}