POST api/host/promotionplacements
Request Information
URI Parameters
None.
Body Parameters
PromotionPlacement| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| Code | string |
String length: inclusive between 0 and 20 |
|
| Description | string |
String length: inclusive between 0 and 50 |
|
| IsAdvertised | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"identifier": "rW///iblrEyBs4esuEir4Q==",
"identifierGuid": "feff6fad-e526-4cac-81b3-87acb848abe1",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
}
application/xml, text/xml
Sample:
<PromotionPlacement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Campaigns"> <Code>sample string 2</Code> <Description>sample string 3</Description> <Identifier>rW///iblrEyBs4esuEir4Q==</Identifier> <IdentifierGuid>feff6fad-e526-4cac-81b3-87acb848abe1</IdentifierGuid> <IsAdvertised>true</IsAdvertised> </PromotionPlacement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.