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": "ea75e579-b166-43c1-96fe-bab7929c0f78",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "fd5e0ef2-c07c-4fc1-bd5a-e8ef9aeceae0",
"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": "fc396ed4-2f82-4213-a135-2f7afdb0287e",
"Name": "sample string 2",
"Description": "sample string 3",
"CustomerGroup": {
"Id": "a4ba97a7-b941-4bb3-98fc-1c67bdb0a5e4",
"Name": "sample string 2"
},
"Tags": [
"sample string 1",
"sample string 2"
],
"IsRecycled": true
}