POST api/Plan/GetPlanFilterApproval

Request Information

URI Parameters

None.

Body Parameters

PlanFilterApproval
NameDescriptionTypeAdditional information
DepartmentId

integer

Required

UserId

integer

Required

WardId

integer

Required

PlanForDate

date

None.

CreatedBy

integer

None.

PlaningApprovalId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DepartmentId": 1,
  "UserId": 2,
  "WardId": 3,
  "PlanForDate": "2025-05-16T22:39:15.7522138+00:00",
  "CreatedBy": 5,
  "PlaningApprovalId": 1
}

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"
  }
}