POST api/contents/heads
Request Information
URI Parameters
None.
Body Parameters
ContentHeadDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CustomerGroup | NamedItem |
None. |
|
Tags | Collection of string |
None. |
|
IsRecycled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "a130c5a7-593c-4cc0-8c5a-65e26d07ad9c", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "697ae55a-8fa5-482a-84ed-dd3167f77cb0", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }
Response Information
Resource Description
ContentHeadDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
CustomerGroup | NamedItem |
None. |
|
Tags | Collection of string |
None. |
|
IsRecycled | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "2c0b70c9-0e6d-49ea-a58c-bb808ea1568e", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "3f210eb0-25a2-4e66-b35f-bdbb1726bde8", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }