POST api/ReferSpecialist/ReferralPost
ReferralPost
Request Information
URI Parameters
None.
Body Parameters
ReferSpecialistName | 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": "c8058131-1cba-4fb5-a4a0-000ced2a3221", "EncounterId": "e29f5b8f-ffb1-4cc1-8b86-84a46a4f2fca", "SpecialityId": "01912a28-976d-4dea-ad32-752b385d3a86", "RecordId": "78b6a96e-9240-4c9b-bad7-bcc2bf062000", "Reason": "sample string 4", "Note": "sample string 5", "TypeId": 1, "RecordTypeId": 1, "AppointmentId": "9c2912a9-bc68-4919-8271-d75c90a33471", "ParentId": "85dc5b4b-194c-487d-bd75-79226c7d67d4", "ModifiedBy": "8f7453ca-13e4-46e3-92c2-d4fc3da8c0e2", "ModifiedOn": "2025-04-03T19:16:05.0892852-05:00", "AccountId": "71f68256-55ed-4521-85c8-b0a4fe420601", "PatientId": "8c1ba90a-f107-488f-b1c3-3ff69c2f2d78" }
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.