POST api/CustomPicking/SearchStandardizedLabel
Request Information
URI Parameters
None.
Body Parameters
CustomPickingSearchStandardizedLabelReq| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseResultOfPageListModelOfCustomPickingSearchStandardizedLabelRes| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | PageListModelOfCustomPickingSearchStandardizedLabelRes |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Rows": [
{
"Id": 1,
"PickingName": "sample string 2",
"FontSize": 3,
"PaperWidth": 4,
"PaperHeight": 5
},
{
"Id": 1,
"PickingName": "sample string 2",
"FontSize": 3,
"PaperWidth": 4,
"PaperHeight": 5
}
],
"Total": 1,
"PageIndex": 2,
"PageSize": 3
}
}