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_Options| Name | 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_Options| Name | 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": "2026-02-04T02:35:41.4521945+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": "2026-02-04T02:35:41.4521945+00:00",
"PAYMENT_OPTION_NAME": "sample string 6",
"IsSelected": true
}
],
"ExceptionMsg": "sample string 1"
}