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": "01f01328-854e-449f-b261-d05fea4b46cb",
"additionalProperties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"name": "sample string 2",
"caption": "sample string 3",
"beforeSubsection": "4c72df6f-2e9a-4022-ad3a-3abf9ab00b26",
"visible": true
}
text/html
Sample:
{"sectionId":"01f01328-854e-449f-b261-d05fea4b46cb","additionalProperties":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"name":"sample string 2","caption":"sample string 3","beforeSubsection":"4c72df6f-2e9a-4022-ad3a-3abf9ab00b26","visible":true}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.