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": "e756bf2d-623e-401c-b480-c6069a09566a",
"EncounterId": "80b02b78-0964-4395-842f-5abed4dbbe91",
"SpecialityId": "45a93fbc-5152-443f-a60b-015075875992",
"RecordId": "b0f34ef2-4881-4b82-b99f-b37bf4204cda",
"Reason": "sample string 4",
"Note": "sample string 5",
"TypeId": 1,
"RecordTypeId": 1,
"AppointmentId": "f45123f7-df78-452e-9dc2-6d9a264f363c",
"ParentId": "3dc22d00-2bd1-4d2c-9fb0-529afde698ac",
"ModifiedBy": "6ff82fc1-a211-416d-9eee-177cdf5c9421",
"ModifiedOn": "2025-12-18T13:16:05.6965846-06:00",
"AccountId": "0e09f41a-f5bf-4993-9473-d43cdb554bd6",
"PatientId": "c28b2bca-78f3-4554-9aa6-0d8fbbcd62ae"
}
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.