POST api/HealthSummaryAmendmentRequest
Sends an health summary amendment request.
Request Information
URI Parameters
None.
Body Parameters
Mode used to send health summary amendment request.
HealthSummaryAmendmentRequestModelName | Description | Type | Additional information |
---|---|---|---|
AmendmentRequestId |
Unique ID of amendment request. |
globally unique identifier |
None. |
CdaId |
Unique ID of health summary (CDA) for which amendment is required (Required). |
globally unique identifier |
None. |
MissingInformation |
Missing information in health summary (Required). |
string |
None. |
IncorrectInformation |
Incorrect information in health summary. |
string |
None. |
NotifyOfAmendment |
To whom notification for amendment will be sent. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AmendmentRequestId": "eda8f790-980f-4301-81ac-bd0d3d18ae59", "CdaId": "139c395e-3b8d-48b5-9060-dcfe0ae5468f", "MissingInformation": "sample string 3", "IncorrectInformation": "sample string 4", "NotifyOfAmendment": "sample string 5" }
application/xml, text/xml
Sample:
<HealthSummaryAmendmentRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.HealthSummaries"> <AmendmentRequestId>eda8f790-980f-4301-81ac-bd0d3d18ae59</AmendmentRequestId> <CdaId>139c395e-3b8d-48b5-9060-dcfe0ae5468f</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HealthSummaryAmendmentRequestModelName | Description | Type | Additional information |
---|---|---|---|
AmendmentRequestId |
Unique ID of amendment request. |
globally unique identifier |
None. |
CdaId |
Unique ID of health summary (CDA) for which amendment is required (Required). |
globally unique identifier |
None. |
MissingInformation |
Missing information in health summary (Required). |
string |
None. |
IncorrectInformation |
Incorrect information in health summary. |
string |
None. |
NotifyOfAmendment |
To whom notification for amendment will be sent. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AmendmentRequestId": "cf0ce63e-0696-497d-b17b-b75bc83c09c3", "CdaId": "e2e8e87a-c7dd-4a4c-8cd1-57b7070fcc25", "MissingInformation": "sample string 3", "IncorrectInformation": "sample string 4", "NotifyOfAmendment": "sample string 5" }
application/xml, text/xml
Sample:
<HealthSummaryAmendmentRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.HealthSummaries"> <AmendmentRequestId>cf0ce63e-0696-497d-b17b-b75bc83c09c3</AmendmentRequestId> <CdaId>e2e8e87a-c7dd-4a4c-8cd1-57b7070fcc25</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>