POST api/Appointement/PostPathyAppointment
Request Information
URI Parameters
None.
Body Parameters
tblLabAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PatientId | integer |
None. |
|
| LabId | integer |
None. |
|
| IsRadiology | boolean |
None. |
|
| isPathalogy | boolean |
None. |
|
| Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"PatientId": 1,
"LabId": 1,
"IsRadiology": true,
"isPathalogy": true,
"Date": "2025-12-15T04:05:51.9012342+05:30"
}
application/xml, text/xml
Sample:
<tblLabAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TeliLibraries.Model"> <Date>2025-12-15T04:05:51.9012342+05:30</Date> <ID>1</ID> <IsRadiology>true</IsRadiology> <LabId>1</LabId> <PatientId>1</PatientId> <isPathalogy>true</isPathalogy> </tblLabAppointment>
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. |