POST Encounters/Create

Request Information

URI Parameters

None.

Body Parameters

EncounterAddModel
NameDescriptionTypeAdditional information
PatientName

string

None.

PatientDob

date

None.

Date

string

None.

LocationName

string

None.

ProviderId

globally unique identifier

None.

Notes

string

Max length: 500

Username

string

None.

UserApiKey

globally unique identifier

None.

TeleMedTrackAlertId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientName": "sample string 1",
  "PatientDob": "2025-04-26T21:42:42.339112-05:00",
  "Date": "sample string 2",
  "LocationName": "sample string 3",
  "ProviderId": "ca2cb031-34c1-4b08-b43a-ac414c7aa49f",
  "Notes": "sample string 4",
  "Username": "sample string 5",
  "UserApiKey": "97540724-b2e7-4de3-8201-f27c947f96f5",
  "TeleMedTrackAlertId": "sample string 7"
}

application/xml, text/xml

Sample:
<EncounterAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MCS.Connector.Api.Models">
  <Date>sample string 2</Date>
  <LocationName>sample string 3</LocationName>
  <Notes>sample string 4</Notes>
  <PatientDob>2025-04-26T21:42:42.339112-05:00</PatientDob>
  <PatientName>sample string 1</PatientName>
  <ProviderId>ca2cb031-34c1-4b08-b43a-ac414c7aa49f</ProviderId>
  <TeleMedTrackAlertId>sample string 7</TeleMedTrackAlertId>
  <UserApiKey>97540724-b2e7-4de3-8201-f27c947f96f5</UserApiKey>
  <Username>sample string 5</Username>
</EncounterAddModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.