POST v1/api/{studyId}/surveyresult/DataEntrySave?isLastSection={isLastSection}
Accepts SurveyResult updates from a data entry source. Each update should contain the entire SurveyResult record including child collections. The SurveyItemResults collection will be MERGED with existing records. The SurveyItemResultValues collection will REPLACE existing values.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isLastSection | boolean |
Default value is False |
|
| studyId | string |
None. |
Body Parameters
DataEntrySaveModelOfSurveyResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity | SurveyResultModel |
None. |
|
| SubmittedTimeZone | string |
None. |
|
| ActingUserSubjectRelationshipId | integer |
None. |
Response Information
Resource Description
SurveyResultResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyResult | SurveyResult |
None. |
|
| AlreadySignedDate | date |
None. |
|
| SectionName | string |
None. |
|
| AreAllRequiredItemsCompleted | boolean |
None. |
|
| AllStaffSignatureSectionsSigned | boolean |
None. |