POST api/subsections

Request Information

URI Parameters

None.

Body Parameters

API.Infrastructure.Dto.Subsections.SubsectionDto
NameDescriptionTypeAdditional 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": "9e9d0144-daad-4a84-a6bf-3758e500c195",
  "additionalProperties": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "name": "sample string 2",
  "caption": "sample string 3",
  "beforeSubsection": "0123e623-5251-4781-97b9-4def50aa083b",
  "visible": true
}

text/html

Sample:
{"sectionId":"9e9d0144-daad-4a84-a6bf-3758e500c195","additionalProperties":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"name":"sample string 2","caption":"sample string 3","beforeSubsection":"0123e623-5251-4781-97b9-4def50aa083b","visible":true}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.