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": "2bec7716-c618-4a93-bb93-66f646c8f48a",
"EncounterId": "da2f118b-8b72-407f-9601-b451df7ba1d8",
"SpecialityId": "9f74a324-4043-41ea-80c1-8afba8486037",
"RecordId": "96377e89-3ace-4146-bd39-c056bed8b5da",
"Reason": "sample string 4",
"Note": "sample string 5",
"TypeId": 1,
"RecordTypeId": 1,
"AppointmentId": "58483c6a-7617-4327-a1af-a6bbec2bf241",
"ParentId": "2e23ccf5-e050-4a40-accf-8fb5c318b2ba",
"ModifiedBy": "add17b70-7b2f-44e2-82e4-973774ffea73",
"ModifiedOn": "2026-05-06T13:37:28.339977+00:00",
"AccountId": "3c7515b3-69c4-4f48-b2da-25855e6aaf41",
"PatientId": "f99fdedd-932a-4e06-ae4d-1082b5fa8fd3"
}
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.