POST api/ScreenLog
Request Information
URI Parameters
None.
Body Parameters
ScreenLog| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | string |
None. |
|
| DoctorId | string |
None. |
|
| LogTime | date |
None. |
|
| CreatedBy | string |
None. |
|
| FromScreen | string |
None. |
|
| ToScreen | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "sample string 1",
"DoctorId": "sample string 2",
"LogTime": "2026-01-15T19:17:23.4316963+05:30",
"CreatedBy": "sample string 4",
"FromScreen": "sample string 5",
"ToScreen": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
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. |