PUT api/host/promotionplacement/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
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": "wgqmKpBsxkG2yjyu6iaA1Q==",
"identifierGuid": "2aa60ac2-6c90-41c6-b6ca-3caeea2680d5",
"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>wgqmKpBsxkG2yjyu6iaA1Q==</Identifier> <IdentifierGuid>2aa60ac2-6c90-41c6-b6ca-3caeea2680d5</IdentifierGuid> <IsAdvertised>true</IsAdvertised> </PromotionPlacement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.