POST v1/api/{studyId}/consentapprovalresult
Creates new entity. Only one entity per ConsentResult is allowed. ConsentResult must have ConsentSignoffResult. Requires Esignature (username and password)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studyId | string |
None. |
Body Parameters
EntityEsigOfConsentApprovalResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity | ConsentApprovalResult |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| SubmittedTimeZone | string |
None. |
Response Information
Resource Description
ConsentApprovalResult| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncToken | integer |
None. |
|
| IsDisabled | boolean |
None. |
|
| ConsentResultId | globally unique identifier |
None. |
|
| ConsentResult | ConsentResult |
None. |
|
| ApprovedById | globally unique identifier |
None. |
|
| ApprovedBy | User |
None. |
|
| Comment | string |
None. |
|
| SubmittedTimeZone | string |
None. |
|
| UpdatedDate | date |
None. |
|
| Id | globally unique identifier |
None. |