POST api/THEncounter/EncounterPost

Request Information

URI Parameters

None.

Body Parameters

THEncounterModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

FaciltyId

globally unique identifier

None.

PatientId

globally unique identifier

Required

EncounterTypeId

globally unique identifier

Required

Reason

string

String length: inclusive between 0 and 500

ProviderId

globally unique identifier

None.

AccountId

globally unique identifier

Required

EncounterOn

date

Required

CallRefId

string

None.

CallType

string

None.

SpecialityID

globally unique identifier

None.

AppointmentModeId

integer

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

Modified

Member

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

EncounterId

Collection of Result
NameDescriptionTypeAdditional information
ResultCode

string

None.

ResultDescription

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Message": {
      "status": "sample string 1",
      "Code": 2,
      "text": "sample string 3"
    },
    "EncounterId": "b4006126-b8f8-4994-9be5-2618b742b302",
    "PatientId": "f10a459c-24b1-4322-8bae-e0c8af43b763",
    "AccountId": "c9723cf3-c081-4e34-9b31-f0c3bd905fae"
  },
  {
    "Message": {
      "status": "sample string 1",
      "Code": 2,
      "text": "sample string 3"
    },
    "EncounterId": "b4006126-b8f8-4994-9be5-2618b742b302",
    "PatientId": "f10a459c-24b1-4322-8bae-e0c8af43b763",
    "AccountId": "c9723cf3-c081-4e34-9b31-f0c3bd905fae"
  }
]