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": "8fd17161-2505-426f-92b9-485657258ebd", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "511140e3-a5c7-42ce-a5c7-ed7546c4867d", "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": "ae27f201-cdbe-4783-b4b8-93c1136a1e0e", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "1c8b60c3-92a5-404e-9ac5-d2800a4b53ee", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }