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": "4980f756-94d2-4746-9f48-f741983a06a8", "CdaId": "8df5305f-f4fc-4d4b-9f6c-74c15f0d693d", "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>4980f756-94d2-4746-9f48-f741983a06a8</AmendmentRequestId> <CdaId>8df5305f-f4fc-4d4b-9f6c-74c15f0d693d</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": "8287a5a7-8c31-4310-bb9a-4f7004c299aa", "CdaId": "b4b62e89-6dee-4098-8d91-a81255bf17b3", "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>8287a5a7-8c31-4310-bb9a-4f7004c299aa</AmendmentRequestId> <CdaId>b4b62e89-6dee-4098-8d91-a81255bf17b3</CdaId> <IncorrectInformation>sample string 4</IncorrectInformation> <MissingInformation>sample string 3</MissingInformation> <NotifyOfAmendment>sample string 5</NotifyOfAmendment> </HealthSummaryAmendmentRequestModel>