POST api/HealthSummaryAmendmentRequest
Sends an health summary amendment request.
Request Information
URI Parameters
None.
Body Parameters
Mode used to send health summary amendment request.
HealthSummaryAmendmentRequestModel| Name | 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": "ef016658-1bb9-4ee2-8730-7cffccc921d6",
"CdaId": "1b0f7650-fc8e-4a82-b79d-9ea5f6ee8909",
"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>ef016658-1bb9-4ee2-8730-7cffccc921d6</AmendmentRequestId> <CdaId>1b0f7650-fc8e-4a82-b79d-9ea5f6ee8909</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
HealthSummaryAmendmentRequestModel| Name | 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": "66eb5db5-54d3-4e7e-8449-ce14537dea14",
"CdaId": "a1100a52-9888-454f-9175-d31aa56a5a34",
"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>66eb5db5-54d3-4e7e-8449-ce14537dea14</AmendmentRequestId> <CdaId>a1100a52-9888-454f-9175-d31aa56a5a34</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>