POST api/Doctor/SaveDoctor_Notes
Request Information
URI Parameters
None.
Body Parameters
Doctor_Notes| Name | Description | Type | Additional information |
|---|---|---|---|
| DoctorId | integer |
None. |
|
| PatientId | integer |
None. |
|
| Notes | string |
None. |
|
| SubmittedDate | date |
None. |
|
| type | string |
None. |
|
| AppointmentID | integer |
None. |
|
| Id | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| TotalCount | integer |
None. |
|
| StartRow | integer |
None. |
|
| EndRow | integer |
None. |
|
| PageNo | integer |
None. |
|
| SystemIp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DoctorId": 1,
"PatientId": 2,
"Notes": "sample string 3",
"SubmittedDate": "2026-01-12T14:43:08.4166578+08:00",
"type": "sample string 5",
"AppointmentID": 6,
"Id": 7,
"CreatedBy": "sample string 8",
"CreatedOn": "2026-01-12T14:43:08.4166578+08:00",
"ModifiedBy": "sample string 10",
"ModifiedOn": "2026-01-12T14:43:08.4166578+08:00",
"IsActive": true,
"IsDeleted": true,
"TotalCount": 14,
"StartRow": 15,
"EndRow": 16,
"PageNo": 17,
"SystemIp": "sample string 18"
}
application/xml, text/xml
Sample:
<Doctor_Notes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doktors.Domain"> <CreatedBy>sample string 8</CreatedBy> <CreatedOn>2026-01-12T14:43:08.4166578+08:00</CreatedOn> <EndRow>16</EndRow> <Id>7</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>sample string 10</ModifiedBy> <ModifiedOn>2026-01-12T14:43:08.4166578+08:00</ModifiedOn> <PageNo>17</PageNo> <StartRow>15</StartRow> <SystemIp>sample string 18</SystemIp> <TotalCount>14</TotalCount> <AppointmentID>6</AppointmentID> <DoctorId>1</DoctorId> <Notes>sample string 3</Notes> <PatientId>2</PatientId> <SubmittedDate>2026-01-12T14:43:08.4166578+08:00</SubmittedDate> <type>sample string 5</type> </Doctor_Notes>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseObj| Name | Description | Type | Additional information |
|---|---|---|---|
| status_code | integer |
None. |
|
| status_text | string |
None. |
|
| data | Object |
None. |
|
| http_status | integer |
None. |
|
| reason_pharse | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status_code": 1,
"status_text": "sample string 2",
"data": {},
"http_status": 4,
"reason_pharse": "sample string 5"
}
application/xml, text/xml
Sample:
<ResponseObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doktors.Domain"> <data /> <http_status>4</http_status> <reason_pharse>sample string 5</reason_pharse> <status_code>1</status_code> <status_text>sample string 2</status_text> </ResponseObj>