POST api/Plan/CloseWard

Request Information

URI Parameters

None.

Body Parameters

CloseWardModel
NameDescriptionTypeAdditional information
PlaningId

integer

Required

PlaningHistoryId

integer

Required

ApproverId

integer

None.

NightPatients

integer

None.

DayPatients

integer

None.

DependencyCategory1

integer

None.

DependencyCategory2

integer

None.

DependencyCategory3

integer

None.

DependencyCategory4

integer

None.

PlanForDate

date

None.

Remark

string

None.

CreatedBy

integer

None.

IsClosed

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "PlaningId": 1,
  "PlaningHistoryId": 2,
  "ApproverId": 3,
  "NightPatients": 4,
  "DayPatients": 5,
  "DependencyCategory1": 6,
  "DependencyCategory2": 7,
  "DependencyCategory3": 8,
  "DependencyCategory4": 9,
  "PlanForDate": "2025-05-16T23:05:16.228691+00:00",
  "Remark": "sample string 10",
  "CreatedBy": 11,
  "IsClosed": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Json
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2",
  "data": {
    "$id": "2"
  }
}