POST api/controls/{sectionId}/{subsectionId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sectionId | globally unique identifier |
Required |
|
| subsectionId | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Controls.ControlsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| BeforeControlId | globally unique identifier |
None. |
|
| Controls | Collection of Velappity.Common.JsonSchemas.Control |
None. |
Request Formats
application/json, text/json
Sample:
{
"beforeControlId": "861b70e8-a862-41e2-bb2f-8ce1af00ed0d"
}
text/html
Sample:
{"beforeControlId":"861b70e8-a862-41e2-bb2f-8ce1af00ed0d"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.