POST Forms/Section?validateOnly={validateOnly}
Add formSection
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
FormSection data
FormSectionDtoName | Description | Type | Additional information |
---|---|---|---|
FormSectionID | integer |
None. |
|
FormID | integer |
None. |
|
SectionName | string |
None. |
|
Type | FormSectionType |
None. |
|
Caption | string |
None. |
|
Introduction | string |
None. |
|
SortOrder | integer |
None. |
|
AnnotationType | FormAnnotationType |
None. |
|
NumberType | FormNumberType |
None. |
|
NumberText | string |
None. |
|
CalculatedNumber | string |
None. |
|
Tips | string |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
IsPartialData | boolean |
None. |
|
IsVisible | boolean |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |