POST API/StartStopMKT
Request Information
URI Parameters
None.
Body Parameters
StartStopMKT| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketingTaskId | integer |
None. |
|
| MarketingId | integer |
None. |
|
| StatusId | integer |
None. |
|
| DocumentUrl | string |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MarketingTaskId": 1,
"MarketingId": 2,
"StatusId": 3,
"DocumentUrl": "sample string 4",
"Remark": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.