POST api/sections/addsection?save={save}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| save | boolean |
Default value is True |
Body Parameters
Velappity.Common.Dtos.Section.SectionRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AdditionalProperties | Dictionary of string [key] and string [value] |
None. |
|
| JobId | globally unique identifier |
Required |
|
| Id | globally unique identifier |
None. |
|
| SectionTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Caption | string |
None. |
|
| OverrideSectionCaption | string |
None. |
|
| Active | boolean |
None. |
|
| Visible | boolean |
None. |
|
| SectionVariantId | globally unique identifier |
None. |
|
| Repeatable | boolean |
None. |
|
| Template | boolean |
None. |
|
| FQN | string |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"additionalProperties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"jobId": "cfbda5a0-7d38-4546-8ae5-3e43bc37fc8e",
"id": "98ab544b-de8c-4740-9453-c683d8f4849a",
"sectionTypeId": "6b7b59d8-c0dd-4ef9-8a34-d99cc42fbae2",
"name": "sample string 3",
"caption": "sample string 4",
"overrideSectionCaption": "sample string 5",
"active": true,
"visible": true,
"sectionVariantId": "7d7d824e-5df7-4119-8d7d-a8de7b30555d",
"repeatable": true,
"template": true,
"fqn": "sample string 10",
"createdDate": "2026-01-09T19:18:04.7280414+00:00"
}
text/html
Sample:
{"additionalProperties":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"jobId":"cfbda5a0-7d38-4546-8ae5-3e43bc37fc8e","id":"98ab544b-de8c-4740-9453-c683d8f4849a","sectionTypeId":"6b7b59d8-c0dd-4ef9-8a34-d99cc42fbae2","name":"sample string 3","caption":"sample string 4","overrideSectionCaption":"sample string 5","active":true,"visible":true,"sectionVariantId":"7d7d824e-5df7-4119-8d7d-a8de7b30555d","repeatable":true,"template":true,"fqn":"sample string 10","createdDate":"2026-01-09T19:18:04.7280414+00:00"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.