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": "dae12e50-c726-44c9-8bf9-901d9945cdf7",
"CdaId": "43ba164a-664c-4ba0-90c0-7c17defa8653",
"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>dae12e50-c726-44c9-8bf9-901d9945cdf7</AmendmentRequestId> <CdaId>43ba164a-664c-4ba0-90c0-7c17defa8653</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": "50e841e1-0b94-47b5-9179-3f4ca0d9c2e4",
"CdaId": "dc66c27a-42db-4231-a3f1-69886fb53ed7",
"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>50e841e1-0b94-47b5-9179-3f4ca0d9c2e4</AmendmentRequestId> <CdaId>dc66c27a-42db-4231-a3f1-69886fb53ed7</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>