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": "354WeELBJE63f2P7Q2N46w==",
"identifierGuid": "78169edf-c142-4e24-b77f-63fb436378eb",
"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>354WeELBJE63f2P7Q2N46w==</Identifier> <IdentifierGuid>78169edf-c142-4e24-b77f-63fb436378eb</IdentifierGuid> <IsAdvertised>true</IsAdvertised> </PromotionPlacement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.