PUT Api/VisitSummary/ConsentAgreement
Request Information
URI Parameters
None.
Body Parameters
VisitConsentAgreementVm| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitId | integer |
None. |
|
| HasAgreedToConsent | boolean |
None. |
|
| HasAgreedToHipaa | boolean |
None. |
|
| HasAgreedToFinancial | boolean |
None. |
|
| ConsentSignatureAzureFile | string |
None. |
|
| ConsentSignatureAzureFileName | string |
None. |
|
| ConsentSignatureAzureMimeType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"visitId": 1,
"hasAgreedToConsent": true,
"hasAgreedToHipaa": true,
"hasAgreedToFinancial": true,
"consentSignatureAzureFile": "sample string 5",
"consentSignatureAzureFileName": "sample string 6",
"consentSignatureAzureMimeType": "sample string 7"
}
text/html
Sample:
{"visitId":1,"hasAgreedToConsent":true,"hasAgreedToHipaa":true,"hasAgreedToFinancial":true,"consentSignatureAzureFile":"sample string 5","consentSignatureAzureFileName":"sample string 6","consentSignatureAzureMimeType":"sample string 7"}
application/xml, text/xml
Sample:
<VisitConsentAgreementVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels.Visit"> <ConsentSignatureAzureFile>sample string 5</ConsentSignatureAzureFile> <ConsentSignatureAzureFileName>sample string 6</ConsentSignatureAzureFileName> <ConsentSignatureAzureMimeType>sample string 7</ConsentSignatureAzureMimeType> <HasAgreedToConsent>true</HasAgreedToConsent> <HasAgreedToFinancial>true</HasAgreedToFinancial> <HasAgreedToHipaa>true</HasAgreedToHipaa> <VisitId>1</VisitId> </VisitConsentAgreementVm>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.