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.SectionRequestDtoName | 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": "98a72dc6-9b69-4d91-be24-5faab852489e", "id": "e6e507bc-f669-41ad-87de-18ccdca81f64", "sectionTypeId": "b57d0191-982b-4ab4-8b0e-71514f512973", "name": "sample string 3", "caption": "sample string 4", "overrideSectionCaption": "sample string 5", "active": true, "visible": true, "sectionVariantId": "29f86334-72df-4ac5-bf25-e3969adc04a6", "repeatable": true, "template": true, "fqn": "sample string 10", "createdDate": "2025-06-21T14:34:58.8177032+00:00" }
text/html
Sample:
{"additionalProperties":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"jobId":"98a72dc6-9b69-4d91-be24-5faab852489e","id":"e6e507bc-f669-41ad-87de-18ccdca81f64","sectionTypeId":"b57d0191-982b-4ab4-8b0e-71514f512973","name":"sample string 3","caption":"sample string 4","overrideSectionCaption":"sample string 5","active":true,"visible":true,"sectionVariantId":"29f86334-72df-4ac5-bf25-e3969adc04a6","repeatable":true,"template":true,"fqn":"sample string 10","createdDate":"2025-06-21T14:34:58.8177032+00:00"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.