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": "79edc245-5dc1-4b59-9cb1-d9585de3c2a6",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "2f632ec9-e25f-4067-b595-8cd64238c814",
"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": "98fd7673-5b0e-4ab3-a329-6363707e9dc6",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "c176200d-fdfa-4b1d-9849-253c46ff09cd",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}