POST Api/MarketingDocumentCategories/AddMarketingDocument
Request Information
URI Parameters
None.
Body Parameters
CategoryMarketingDocument| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryMarketingDocumentId | integer |
None. |
|
| MarketingDocumentId | integer |
None. |
|
| MarketingDocumentCategoryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"categoryMarketingDocumentId": 1,
"marketingDocumentId": 2,
"marketingDocumentCategoryId": 3
}
text/html
Sample:
{"categoryMarketingDocumentId":1,"marketingDocumentId":2,"marketingDocumentCategoryId":3}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.