POST Admin/Delete_Partner?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Partner| 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_Activate_Partner| Name | Description | Type | Additional information |
|---|---|---|---|
| PARTNER_ID | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PARTNER_ID": 1,
"ExceptionMsg": "sample string 2"
}