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": "63c5a2fe-fc0e-4bcc-a858-3301ba0d621a", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "88385148-de7d-4135-979d-756817a19b20", "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": "dfbb697a-e84a-4a44-aa56-cd8757acc227", "Name": "sample string 2", "Description": "sample string 3", "CustomerGroup": { "Id": "a3f5e90d-a567-441b-9140-9d0bdebc33c5", "Name": "sample string 2" }, "Tags": [ "sample string 1", "sample string 2" ], "IsRecycled": true }