POST api/contents/heads
Request Information
URI Parameters
None.
Body Parameters
ContentHeadDto| Name | 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": "ef1025c7-2d1f-4c88-a7be-a921fc54ca77",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "b5a979b8-e78e-452b-9392-31a191b67dcd",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}
Response Information
Resource Description
ContentHeadDto| Name | 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": "258ad029-1b83-4954-b356-5d98f231aa4d",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "2fe86119-a044-4175-893e-2e0133ca7e79",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}