POST Admin/Get_Partner_Payment_Options?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_Partner_Payment_OptionsName | Description | Type | Additional information |
---|---|---|---|
PARTNER_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PARTNER_ID": 1 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Partner_Payment_OptionsName | Description | Type | Additional 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" }