POST api/controls/{sectionId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sectionId

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": "12648af9-56c0-467d-81f1-7aff5b206490"
}

text/html

Sample:
{"beforeControlId":"12648af9-56c0-467d-81f1-7aff5b206490"}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.