POST api/Warehouse/GetAppointmentApprovalPageData

Request Information

URI Parameters

None.

Body Parameters

NeedDealtSearchModel
NameDescriptionTypeAdditional information
CurrentIndex

integer

None.

Driver

string

None.

PageSize

integer

None.

NeedDealtType

integer

None.

Status

integer

None.

PermissionUserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentIndex": 1,
  "Driver": "sample string 2",
  "PageSize": 3,
  "NeedDealtType": 4,
  "Status": 5,
  "PermissionUserId": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}