POST Admin/Get_Partner_Payment_Option?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

PARTNER_PAYMENT_OPTION
NameDescriptionTypeAdditional information
PARTNER_PAYMENT_OPTION_ID

integer

None.

PARTNER_ID

integer

None.

PAYMENT_OPTION_ID

integer

None.

REMARK

string

None.

CREATE_DATE

date

None.

PAYMENT_OPTION_NAME

string

None.

IsSelected

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PARTNER_PAYMENT_OPTION_ID": 1,
  "PARTNER_ID": 2,
  "PAYMENT_OPTION_ID": 3,
  "REMARK": "sample string 4",
  "CREATE_DATE": "2025-04-19T07:13:42.5255398+00:00",
  "PAYMENT_OPTION_NAME": "sample string 6",
  "IsSelected": true
}

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

Response Information

Resource Description

Result_Get_Partner_Payment_Option
NameDescriptionTypeAdditional information
myResult

PARTNER_PAYMENT_OPTION

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "myResult": {
    "PARTNER_PAYMENT_OPTION_ID": 1,
    "PARTNER_ID": 2,
    "PAYMENT_OPTION_ID": 3,
    "REMARK": "sample string 4",
    "CREATE_DATE": "2025-04-19T07:13:42.5255398+00:00",
    "PAYMENT_OPTION_NAME": "sample string 6",
    "IsSelected": true
  },
  "ExceptionMsg": "sample string 1"
}