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
NameDescriptionTypeAdditional 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": "c7154e7e-797e-4de7-9773-bcc7fae0c9cf",
  "CdaId": "9a1653ba-754a-4bab-8ab0-4481e15dfb1c",
  "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>c7154e7e-797e-4de7-9773-bcc7fae0c9cf</AmendmentRequestId>
  <CdaId>9a1653ba-754a-4bab-8ab0-4481e15dfb1c</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
NameDescriptionTypeAdditional 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": "5e9e40c7-7fb6-49d7-82af-9359156d6dcd",
  "CdaId": "14815d55-7fe6-46f7-86c5-60750f9ce365",
  "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>5e9e40c7-7fb6-49d7-82af-9359156d6dcd</AmendmentRequestId>
  <CdaId>14815d55-7fe6-46f7-86c5-60750f9ce365</CdaId>
  <IncorrectInformation>sample string 4</IncorrectInformation>
  <MissingInformation>sample string 3</MissingInformation>
  <NotifyOfAmendment>sample string 5</NotifyOfAmendment>
</HealthSummaryAmendmentRequestModel>