POST api/Warehouse/GetAppointmentApprovalPageData
Request Information
URI Parameters
None.
Body Parameters
NeedDealtSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentIndex | integer |
None. |
|
| Driver | string |
None. |
|
| PageSize | integer |
None. |
|
| NeedDealtType | integer |
None. |
|
| Status | integer |
None. |
|
| PermissionUserId | integer |
None. |
|
| IsAuditedFirstNode | boolean |
None. |
|
| ApprovedOrRejected | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentIndex": 1,
"Driver": "sample string 2",
"PageSize": 3,
"NeedDealtType": 4,
"Status": 5,
"PermissionUserId": 6,
"IsAuditedFirstNode": true,
"ApprovedOrRejected": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}