POST api/ScreenLog

Request Information

URI Parameters

None.

Body Parameters

ScreenLog
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ScreenLog'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.