POST marketing/v1/ContainerItems?published={published}&containerGuid={containerGuid}
Pubilsh or Unpublish Items within a Container.
Request Information
URI Parameters
Name | Type | Description | Comments |
---|---|---|---|
published | boolean |
Whether the Items should be Published to or Unpublished from the Container. |
Optional - Default: true |
containerGuid | globally unique identifier |
Container Guid for which the item is being set up. |
Optional - Default: from Context |
Body Parameters
List of Item Identifiers to become members of the Containers.
IdentifiersContainerName | Type | Description | Comments |
---|---|---|---|
Identifiers | Collection of string |
Request Formats
application/json, text/json
Sample:
{ "Identifiers": [ "sample string 1", "sample string 2" ] }
Response Information
Resource Description
None.