POST api/CustomPicking/SearchStandardizedLabel

Request Information

URI Parameters

None.

Body Parameters

CustomPickingSearchStandardizedLabelReq
NameDescriptionTypeAdditional information
PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CustomPickingSearchStandardizedLabelReq'.

Response Information

Resource Description

ResponseResultOfPageListModelOfCustomPickingSearchStandardizedLabelRes
NameDescriptionTypeAdditional 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
  }
}