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": "cd24a2ac-c186-4464-8cfd-8c0dfc1e669c", "CdaId": "5b10097a-01ff-4949-a539-3bf31466f3fe", "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>cd24a2ac-c186-4464-8cfd-8c0dfc1e669c</AmendmentRequestId> <CdaId>5b10097a-01ff-4949-a539-3bf31466f3fe</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": "375c063c-f394-4be7-b23f-f66a57cbe85e", "CdaId": "1daf75b0-ebd9-496a-8956-32cbb68f70f8", "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>375c063c-f394-4be7-b23f-f66a57cbe85e</AmendmentRequestId> <CdaId>1daf75b0-ebd9-496a-8956-32cbb68f70f8</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>