POST services/api/v1/Delete_Promotion
Request Information
URI Parameters
None.
Body Parameters
Code_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| LocId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"LocId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Code_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| LocId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"LocId": 2
}