POST api/PortalPatientsSent

Flags a patient shared file as sent to the integrating system.

Request Information

URI Parameters

None.

Body Parameters

Model used to locate the portal patient that should be marked as sent to the integrating system.

IdModel
NameDescriptionTypeAdditional information
Id

Unique ID of the model on our system.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1"
}

application/xml, text/xml

Sample:
<IdModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models">
  <Id>sample string 1</Id>
</IdModel>

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 'IdModel'.

Response Information

Resource Description

IdModel
NameDescriptionTypeAdditional information
Id

Unique ID of the model on our system.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "sample string 1"
}

application/xml, text/xml

Sample:
<IdModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models">
  <Id>sample string 1</Id>
</IdModel>