PUT api/CampaignGroups/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
PostCampaignGroupName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required String length: inclusive between 0 and 100 |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "df75efcd-f4fc-4157-9747-26a028f19018", "Name": "sample string 2", "Comment": "sample string 3" }
application/xml, text/xml
Sample:
<PostCampaignGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>df75efcd-f4fc-4157-9747-26a028f19018</Id> <Name>sample string 2</Name> <Comment>sample string 3</Comment> </PostCampaignGroup>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CampaignGroupName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreatorUserId | string |
None. |
|
Name | string |
Required String length: inclusive between 0 and 100 |
|
Comment | string |
None. |
|
IsDefault | boolean |
None. |
|
Created | date |
None. |
|
LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "027841a1-367f-4a77-a7b2-b3dab98b6ac7", "CompanyId": "d00847e3-23b5-408e-ad3a-297b67874ba1", "CreatorUserId": "sample string 3", "Name": "sample string 4", "Comment": "sample string 5", "IsDefault": true, "Created": "2022-05-21T09:25:59.3766464+00:00", "LastModified": "2022-05-21T09:25:59.3766464+00:00" }