POST api/Plan/GetPlanApproval

Request Information

URI Parameters

None.

Body Parameters

GetPlanApproval
NameDescriptionTypeAdditional information
DepartmentId

integer

Required

PlanDate

date

None.

ApproverId

integer

Required

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DepartmentId": 1,
  "PlanDate": "2025-05-16T22:54:40.0914468+00:00",
  "ApproverId": 2,
  "Status": "sample string 3"
}

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