POST Admin/Get_Partner_Payment_Option?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
PARTNER_PAYMENT_OPTIONName | Description | Type | Additional 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:
Response Information
Resource Description
Result_Get_Partner_Payment_OptionName | Description | Type | Additional 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" }