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": "bd2053f9-2947-4946-a660-0f0406488796",
"CdaId": "7372ef07-82cf-40c7-a3de-b97721f85f7f",
"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>bd2053f9-2947-4946-a660-0f0406488796</AmendmentRequestId> <CdaId>7372ef07-82cf-40c7-a3de-b97721f85f7f</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": "bcef58bd-3029-4beb-b503-23b25b243b98",
"CdaId": "1d1135cc-e8e6-41c5-b4ef-fbaef70d1b22",
"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>bcef58bd-3029-4beb-b503-23b25b243b98</AmendmentRequestId> <CdaId>1d1135cc-e8e6-41c5-b4ef-fbaef70d1b22</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>