POST Forms/FormEntry?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Context | FormContext |
None. |
|
FormEntryID | integer |
None. |
|
PreviousFormEntryID | integer |
None. |
|
FormID | integer |
None. |
|
IsDraft | boolean |
None. |
|
Status | FormEntryStatus |
None. |
|
StatusReason | string |
None. |
|
StatusLastUpdatedByUserID | integer |
None. |
|
ReviewStatus | FormEntryReviewStatus |
None. |
|
ReviewStatusReason | string |
None. |
|
ReviewStatusLastUpdatedByUserID | integer |
None. |
|
StartDateUtc | date |
None. |
|
StopDateUtc | date |
None. |
|
DateSummary | string |
None. |
|
LockDateUtc | date |
None. |
|
CustomStatus | string |
None. |
|
CustomStatusReason | string |
None. |
|
ParentFormEntryID | integer |
None. |
|
ParentFieldID | integer |
None. |
|
RecordState | ClinicalFormRecordState |
None. |
|
CreatedByUserID | integer |
None. |
|
LastUpdatedByUserID | integer |
None. |
|
StatusLastUpdated | FormAuditDataOptionalDto |
None. |
|
ReviewStatusLastUpdated | FormAuditDataOptionalDto |
None. |
|
Entities | Collection of EntityFormDto |
None. |
|
Notes | Collection of FormEntryNoteDto |
None. |
|
ValidationResults | Collection of FormEntryValidationResultDto |
None. |
|
EventRecurrences | Collection of FormEntryEventRecurrenceDto |
None. |
|
Events | Collection of FormEntryEventDto |
None. |
|
Form | FormDto |
None. |
|
Parameters | Collection of FormFieldParameterDto |
None. |
|
Created | FormAuditDataDto |
None. |
|
LastUpdated | FormAuditDataDto |
None. |
|
RecalculateIndex | integer |
None. |
|
Permissions | FormEntryPermissionsDto |
None. |
|
FormEntryType | FormEntryType |
None. |
|
validateOnly | boolean |
Default value is False |
Body Parameters
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. |