Campaign Banner Details REST Endpoints

Campaign Details/Campaign Channel Details/Campaign Banner Details
The post content resource creates and updates the banner associated with a post based campaign.
Create a banner
Method: post
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/postContent
Delete a banner
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/postContent/{PostContentId}
Get a banner
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/postContent/{PostContentId}
Get all banners
Method: get
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/postContent
Update a banner
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/communicateUICampaignDetails/{CampaignId}/child/assetDetails/{AssetId}/child/postContent/{PostContentId}