POST api/controls/{sectionId}/{subsectionId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sectionId

globally unique identifier

Required

subsectionId

globally unique identifier

Required

Body Parameters

API.Infrastructure.Dto.Controls.ControlsDto
NameDescriptionTypeAdditional information
BeforeControlId

globally unique identifier

None.

Controls

Collection of Velappity.Common.JsonSchemas.Control

None.

Request Formats

application/json, text/json

Sample:
{
  "beforeControlId": "a7b66c84-2dc5-4552-afd6-e4118f78d9c7"
}

text/html

Sample:
{"beforeControlId":"a7b66c84-2dc5-4552-afd6-e4118f78d9c7"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.