POST api/CustomPicking/PreviewPrint

Request Information

URI Parameters

None.

Body Parameters

PreviewPrint
NameDescriptionTypeAdditional information
PickingType

PickingType

None.

FontSize

integer

None.

IsMergeDetailed

boolean

None.

ImgSize

integer

None.

DetailId

Collection of CustomDetail

None.

PaperType

PaperType

None.

SortField

SortType

None.

ShowFieldName

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PickingType": 0,
  "FontSize": 1,
  "IsMergeDetailed": true,
  "ImgSize": 3,
  "DetailId": [
    {
      "Id": 1,
      "CustoContent": "sample string 2",
      "FontSize": 3,
      "FontStyle": 0
    },
    {
      "Id": 1,
      "CustoContent": "sample string 2",
      "FontSize": 3,
      "FontStyle": 0
    }
  ],
  "PaperType": 0,
  "SortField": 0,
  "ShowFieldName": true
}

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 'PreviewPrint'.

Response Information

Resource Description

None.