POST Events/Form?validateOnly={validateOnly}
Add eventForm
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
EventForm data
EventFormDTOName | Description | Type | Additional information |
---|---|---|---|
EventFormID |
Event Form ID |
integer |
None. |
EventID |
Event ID |
integer |
None. |
FormName |
Form Name |
string |
None. |
FormTitle |
Form Title |
string |
None. |
FormID |
Form ID |
integer |
None. |
FormSubType |
Form Sub Type |
integer |
None. |
FormEntryID |
Form Entry ID |
integer |
None. |
FormEntryStatus |
Form Entry Status |
FormEntryStatus |
None. |
IsRequiredForCompletion |
Is Required For Completion |
boolean |
None. |
IsRequiredForVerification |
Is Required For Verification |
boolean |
None. |
RecordState |
Record State |
FormRecordState |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
ParentFormEntryID |
ParentFormEntryID |
integer |
None. |
ParentFormName |
ParentFormName |
string |
None. |
Props |
Props |
Collection of Object |
None. |
Summary |
Summary |
string |
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. |