POST Forms/FieldLink?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
FormFieldLinkDtoName | Description | Type | Additional information |
---|---|---|---|
FormFieldLinkID | integer |
None. |
|
FormID | integer |
None. |
|
FieldID | integer |
None. |
|
FormSectionID | integer |
None. |
|
Props | Collection of Object |
None. |
|
SortOrder | integer |
None. |
|
NumberType | FormNumberType |
None. |
|
NumberText | string |
None. |
|
Layout | FormFieldLayoutDto |
None. |
|
ValidationType | FormFieldValidationType |
None. |
|
RecordState | FormRecordState |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded, application/x-compressed-json
Sample:
Sample not available.
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. |