POST api/PatientUpdatesSent

Flags a patient update as sent to the integrating system.

Request Information

URI Parameters

None.

Body Parameters

Model used to set a patient update as sent to the integrating system.

MarkAsReceivedModel
NameDescriptionTypeAdditional information
InternalID

ID of object to be marked as received (Required).

globally unique identifier

None.

Success

Success.

boolean

None.

ResultMessage

Result message.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "internalID": "b5a51e0a-374d-47e5-85ff-57d9b5a1e24e",
  "success": true,
  "resultMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<MarkAsReceivedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.MarkAsReceived">
  <InternalID>b5a51e0a-374d-47e5-85ff-57d9b5a1e24e</InternalID>
  <ResultMessage>sample string 3</ResultMessage>
  <Success>true</Success>
</MarkAsReceivedModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MarkAsReceivedModel'.

Response Information

Resource Description

MarkAsReceivedModel
NameDescriptionTypeAdditional information
InternalID

ID of object to be marked as received (Required).

globally unique identifier

None.

Success

Success.

boolean

None.

ResultMessage

Result message.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "internalID": "680f22ee-a31e-405a-b8ec-c9dfd22cf663",
  "success": true,
  "resultMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<MarkAsReceivedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.MarkAsReceived">
  <InternalID>680f22ee-a31e-405a-b8ec-c9dfd22cf663</InternalID>
  <ResultMessage>sample string 3</ResultMessage>
  <Success>true</Success>
</MarkAsReceivedModel>