POST api/controls/{sectionId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sectionId | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Controls.ControlsDtoName | 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": "647a9935-cfa7-404e-ac25-6960bbdcf5ac" }
text/html
Sample:
{"beforeControlId":"647a9935-cfa7-404e-ac25-6960bbdcf5ac"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.