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| Name | Description | Type | Additional 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:
Response Information
Resource Description
IdModel| Name | Description | Type | Additional 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>