POST api/subsections
Request Information
URI Parameters
None.
Body Parameters
API.Infrastructure.Dto.Subsections.SubsectionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionId | globally unique identifier |
None. |
|
| AdditionalProperties | Dictionary of string [key] and string [value] |
None. |
|
| Name | string |
Required |
|
| Caption | string |
Required |
|
| BeforeSubsection | globally unique identifier |
None. |
|
| Visible | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"sectionId": "2b93b43c-a635-4f93-94e6-2536d810a678",
"additionalProperties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"name": "sample string 2",
"caption": "sample string 3",
"beforeSubsection": "15a01036-8a68-40ba-bbbe-89b34fffd993",
"visible": true
}
text/html
Sample:
{"sectionId":"2b93b43c-a635-4f93-94e6-2536d810a678","additionalProperties":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"name":"sample string 2","caption":"sample string 3","beforeSubsection":"15a01036-8a68-40ba-bbbe-89b34fffd993","visible":true}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.