PUT api/OToperation?VisitId={VisitId}&restore={restore}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VisitId

decimal number

Required

restore

string

Required

Body Parameters

None.

Response Information

Resource Description

OTBooking
NameDescriptionTypeAdditional information
OTId

integer

None.

OTTypeId

integer

None.

PatientId

decimal number

None.

VisitId

decimal number

None.

TypeId

integer

None.

PanelId

integer

None.

Package

string

None.

PStatusId

integer

None.

DateOfOperation

date

None.

StatusId

integer

None.

ShiftFrom

time interval

None.

ShiftTo

time interval

None.

OTStartTime

time interval

None.

OTEndTime

time interval

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

IsDeleted

integer

None.

AnesthesiaStatusId

integer

None.

ExptDuration

integer

None.

AnesthetistName

string

None.

SurgeonId

integer

None.

Remarks

string

None.

OTAssistant

string

None.

LocId

integer

None.

OTRoomId

integer

None.

DiseaseId

integer

None.

DischargeBy

integer

None.

DischargeOn

date

None.

AnesthetistId

integer

None.

Disease

string

None.

SurId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "OTId": 1,
  "OTTypeId": 2,
  "PatientId": 3.0,
  "VisitId": 4.0,
  "TypeId": 5,
  "PanelId": 6,
  "Package": "sample string 7",
  "PStatusId": 8,
  "DateOfOperation": "2026-05-20T17:07:10.8284538+05:00",
  "StatusId": 10,
  "ShiftFrom": "00:00:00.1234567",
  "ShiftTo": "00:00:00.1234567",
  "OTStartTime": "00:00:00.1234567",
  "OTEndTime": "00:00:00.1234567",
  "CreatedBy": 15,
  "CreatedOn": "2026-05-20T17:07:10.8284538+05:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2026-05-20T17:07:10.8284538+05:00",
  "IsDeleted": 17,
  "AnesthesiaStatusId": 18,
  "ExptDuration": 19,
  "AnesthetistName": "sample string 20",
  "SurgeonId": 21,
  "Remarks": "sample string 22",
  "OTAssistant": "sample string 23",
  "LocId": 24,
  "OTRoomId": 25,
  "DiseaseId": 26,
  "DischargeBy": 1,
  "DischargeOn": "2026-05-20T17:07:10.8284538+05:00",
  "AnesthetistId": 27,
  "Disease": "sample string 28",
  "SurId": 29
}