POST api/Doctors/ReferencePost
Request Information
URI Parameters
None.
Body Parameters
tblReferenceDoctor| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DoctorId | integer |
None. |
|
| PatientId | integer |
None. |
|
| ReferedDate | date |
None. |
|
| Comment | string |
None. |
|
| ReferedToDoctorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DoctorId": 1,
"PatientId": 1,
"ReferedDate": "2025-12-15T04:49:45.8887692+05:30",
"Comment": "sample string 2",
"ReferedToDoctorId": 1
}
application/xml, text/xml
Sample:
<tblReferenceDoctor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeliLibraries.Model"> <Comment>sample string 2</Comment> <DoctorId>1</DoctorId> <Id>1</Id> <PatientId>1</PatientId> <ReferedDate>2025-12-15T04:49:45.8887692+05:30</ReferedDate> <ReferedToDoctorId>1</ReferedToDoctorId> </tblReferenceDoctor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |