PUT api/Campaigns/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
PostCampaignName | Description | Type | Additional information |
---|---|---|---|
Name | string |
Required String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1" }
application/xml, text/xml
Sample:
<PostCampaign xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Name>sample string 1</Name> </PostCampaign>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.