POST API/InsertMarketing
Request Information
URI Parameters
None.
Body Parameters
MarketingTask| Name | Description | Type | Additional information |
|---|---|---|---|
| MarketingType | integer |
None. |
|
| MarketingId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Subject | string |
None. |
|
| Description | string |
None. |
|
| Reference | string |
None. |
|
| DocumentUrl | string |
None. |
|
| CustomerInternalId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MarketingType": 1,
"MarketingId": 2,
"StatusId": 3,
"Subject": "sample string 4",
"Description": "sample string 5",
"Reference": "sample string 6",
"DocumentUrl": "sample string 7",
"CustomerInternalId": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.