POST api/ReferSpecialist/ReferralPost
ReferralPost
Request Information
URI Parameters
None.
Body Parameters
ReferSpecialist| Name | Description | Type | Additional 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": "749eeada-eb40-475e-bfda-a195c42428c5",
"EncounterId": "baa41a17-b9f8-4211-aaa3-e5b2102c04dc",
"SpecialityId": "a495b879-8d2f-479d-bd68-19478d52d285",
"RecordId": "73ef3e15-2cea-4077-9a34-8f25bc23dd20",
"Reason": "sample string 4",
"Note": "sample string 5",
"TypeId": 1,
"RecordTypeId": 1,
"AppointmentId": "ce6fc2ac-29f2-42bd-b1f2-0fa5e53c0b0b",
"ParentId": "b742fa0f-b74a-43f4-80e5-5bbcd78dce14",
"ModifiedBy": "3ceb3e18-4425-4cb0-a741-8c698a4253d4",
"ModifiedOn": "2026-03-21T16:57:27.9413961-05:00",
"AccountId": "0af1e9b0-00e2-40ad-aa73-20027c18b15c",
"PatientId": "0489e8c4-0adb-4793-8929-a5a2a35a2cb6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
result
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.