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": "28912609-9f4a-4d3e-99a1-79b57e469a2b",
"EncounterId": "a48f07b3-8aba-44c1-b89c-c7ae0dc97172",
"SpecialityId": "9166f01d-ad5d-423d-9caf-d6afb0ed94f4",
"RecordId": "18101815-7944-40d5-bbd6-4f6b06fc852b",
"Reason": "sample string 4",
"Note": "sample string 5",
"TypeId": 1,
"RecordTypeId": 1,
"AppointmentId": "32a239d9-ae0e-4163-aff4-4b05a816af96",
"ParentId": "c03c81c3-a2e9-4050-a473-d183e464b4d3",
"ModifiedBy": "54f3b284-13f6-47a3-8f6b-07cb6f435039",
"ModifiedOn": "2026-02-03T10:43:47.6426425+00:00",
"AccountId": "4a9fe0eb-3565-4260-9284-b3e4404ba419",
"PatientId": "2b0a20d4-6d5d-428e-ab57-569a04ceba84"
}
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.