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": "f9fad566-b2fb-4016-add2-0428fb69cf71",
"EncounterId": "98c88f4c-1083-4359-95c8-9b1b9932b170",
"SpecialityId": "9e2d2fa5-26c6-4bab-aa28-6c0ec01bdb61",
"RecordId": "a13799a3-5fa4-4694-8441-a64991646438",
"Reason": "sample string 4",
"Note": "sample string 5",
"TypeId": 1,
"RecordTypeId": 1,
"AppointmentId": "f8e6c0a1-d063-4cde-aa88-c8f86ad4763b",
"ParentId": "43f871ec-8e86-4d68-8b71-ecf8abfab794",
"ModifiedBy": "b3770092-2676-4d1a-8c50-9d9c720e4284",
"ModifiedOn": "2025-12-15T10:19:52.3309407-06:00",
"AccountId": "d9e0753f-d1e2-49a4-8f99-d514b74dfb47",
"PatientId": "bc44e963-eee6-4f82-9811-dce4407b7600"
}
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.