POST Admin/Get_Partner_Payment_Options?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Partner_Payment_Options
NameDescriptionTypeAdditional information
PARTNER_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PARTNER_ID": 1
}

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_Partner_Payment_Options'.

Response Information

Resource Description

Result_Get_Partner_Payment_Options
NameDescriptionTypeAdditional information
data

Collection of PARTNER_PAYMENT_OPTION

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "PARTNER_PAYMENT_OPTION_ID": 1,
      "PARTNER_ID": 2,
      "PAYMENT_OPTION_ID": 3,
      "REMARK": "sample string 4",
      "CREATE_DATE": "2025-04-19T07:16:27.51434+00:00",
      "PAYMENT_OPTION_NAME": "sample string 6",
      "IsSelected": true
    },
    {
      "PARTNER_PAYMENT_OPTION_ID": 1,
      "PARTNER_ID": 2,
      "PAYMENT_OPTION_ID": 3,
      "REMARK": "sample string 4",
      "CREATE_DATE": "2025-04-19T07:16:27.51434+00:00",
      "PAYMENT_OPTION_NAME": "sample string 6",
      "IsSelected": true
    }
  ],
  "ExceptionMsg": "sample string 1"
}