POST api/ReferSpecialist/ReferralPost

ReferralPost

Request Information

URI Parameters

None.

Body Parameters

ReferSpecialist
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

EncounterId

globally unique identifier

None.

SpecialityId

globally unique identifier

Required

RecordId

globally unique identifier

Required

Reason

string

Required

Max length: 300

Note

string

Max length: 1000

TypeId

integer

None.

RecordTypeId

integer

None.

AppointmentId

globally unique identifier

None.

ParentId

globally unique identifier

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

AccountId

globally unique identifier

None.

PatientId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "d394052f-24c2-4db9-9fa9-8579dbaa0b81",
  "EncounterId": "f17aea49-e501-4370-90af-f39fabf7be54",
  "SpecialityId": "b8625f38-1d7e-4010-b06c-870f0aa4f35a",
  "RecordId": "d2b362f3-ca6e-4e4a-8ed2-990ac898c42a",
  "Reason": "sample string 4",
  "Note": "sample string 5",
  "TypeId": 1,
  "RecordTypeId": 1,
  "AppointmentId": "df7ad81c-945f-4738-b185-e396aa349032",
  "ParentId": "d4ae16e4-f185-4f62-8246-32c7eff1987f",
  "ModifiedBy": "3fa8fde0-ee7f-457c-a03a-4a2fa4d9c11b",
  "ModifiedOn": "2024-07-05T16:49:46.7380825-05:00",
  "AccountId": "52571e63-1ee2-4951-be87-f2899f411b69",
  "PatientId": "170e3fab-a2a1-4094-861f-8dc76fcad5a7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

result

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.