GET api/CustomPicking/GetPrintList?pickingType={pickingType}&printType={printType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pickingType

PickingType

Required

printType

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfListOfCustomPicking
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

Collection of CustomPicking

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": [
    {
      "Detail": [
        {
          "Id": 1,
          "PickingId": 2,
          "InfoType": "Order",
          "IsMust": true,
          "IsRange": "Order",
          "Name": "sample string 4",
          "Code": "sample string 5",
          "ShowWay": "Written",
          "Prefix": "sample string 6",
          "Sort": 7,
          "RowSpan": "sample string 8",
          "ColSpan": "sample string 9",
          "PickRowSpan": "sample string 10",
          "PickColSpan": "sample string 11",
          "SplicingColumn": "sample string 12",
          "CustoContent": "sample string 13",
          "FontSize": 14,
          "FontStyle": "Normal"
        },
        {
          "Id": 1,
          "PickingId": 2,
          "InfoType": "Order",
          "IsMust": true,
          "IsRange": "Order",
          "Name": "sample string 4",
          "Code": "sample string 5",
          "ShowWay": "Written",
          "Prefix": "sample string 6",
          "Sort": 7,
          "RowSpan": "sample string 8",
          "ColSpan": "sample string 9",
          "PickRowSpan": "sample string 10",
          "PickColSpan": "sample string 11",
          "SplicingColumn": "sample string 12",
          "CustoContent": "sample string 13",
          "FontSize": 14,
          "FontStyle": "Normal"
        }
      ],
      "StandardizedLabel": {
        "PickingId": 1,
        "LabelType": "Top",
        "AppendGoodsLabel": true,
        "ContentLayout": "Single",
        "PaperWidth": 3,
        "PaperHeight": 4
      },
      "CustomColumns": [
        {
          "Id": 1,
          "PickingId": 2,
          "DetailId": 3,
          "InfoType": "Order",
          "ShowWay": "Written",
          "IsShow": true,
          "Name": "sample string 5",
          "Content": "sample string 6",
          "Sort": 7,
          "FontSize": 8,
          "FontStyle": "Normal"
        },
        {
          "Id": 1,
          "PickingId": 2,
          "DetailId": 3,
          "InfoType": "Order",
          "ShowWay": "Written",
          "IsShow": true,
          "Name": "sample string 5",
          "Content": "sample string 6",
          "Sort": 7,
          "FontSize": 8,
          "FontStyle": "Normal"
        }
      ],
      "HttpImg": "http://erp2-print.cnfth.com/CustomPicking/1.Jpeg?388927",
      "Id": 1,
      "CreationTime": "2026-06-01 15:26:59",
      "PickingName": "sample string 3",
      "PickingType": "Distribution",
      "PaperType": "TenMultiplyTen",
      "SortField": "OrderProduct",
      "FontSize": 4,
      "IsMergeDetailed": true,
      "ImgSize": 6,
      "ShowFieldName": true,
      "IsPagedByOrder": true
    },
    {
      "Detail": [
        {
          "Id": 1,
          "PickingId": 2,
          "InfoType": "Order",
          "IsMust": true,
          "IsRange": "Order",
          "Name": "sample string 4",
          "Code": "sample string 5",
          "ShowWay": "Written",
          "Prefix": "sample string 6",
          "Sort": 7,
          "RowSpan": "sample string 8",
          "ColSpan": "sample string 9",
          "PickRowSpan": "sample string 10",
          "PickColSpan": "sample string 11",
          "SplicingColumn": "sample string 12",
          "CustoContent": "sample string 13",
          "FontSize": 14,
          "FontStyle": "Normal"
        },
        {
          "Id": 1,
          "PickingId": 2,
          "InfoType": "Order",
          "IsMust": true,
          "IsRange": "Order",
          "Name": "sample string 4",
          "Code": "sample string 5",
          "ShowWay": "Written",
          "Prefix": "sample string 6",
          "Sort": 7,
          "RowSpan": "sample string 8",
          "ColSpan": "sample string 9",
          "PickRowSpan": "sample string 10",
          "PickColSpan": "sample string 11",
          "SplicingColumn": "sample string 12",
          "CustoContent": "sample string 13",
          "FontSize": 14,
          "FontStyle": "Normal"
        }
      ],
      "StandardizedLabel": {
        "PickingId": 1,
        "LabelType": "Top",
        "AppendGoodsLabel": true,
        "ContentLayout": "Single",
        "PaperWidth": 3,
        "PaperHeight": 4
      },
      "CustomColumns": [
        {
          "Id": 1,
          "PickingId": 2,
          "DetailId": 3,
          "InfoType": "Order",
          "ShowWay": "Written",
          "IsShow": true,
          "Name": "sample string 5",
          "Content": "sample string 6",
          "Sort": 7,
          "FontSize": 8,
          "FontStyle": "Normal"
        },
        {
          "Id": 1,
          "PickingId": 2,
          "DetailId": 3,
          "InfoType": "Order",
          "ShowWay": "Written",
          "IsShow": true,
          "Name": "sample string 5",
          "Content": "sample string 6",
          "Sort": 7,
          "FontSize": 8,
          "FontStyle": "Normal"
        }
      ],
      "HttpImg": "http://erp2-print.cnfth.com/CustomPicking/1.Jpeg?388927",
      "Id": 1,
      "CreationTime": "2026-06-01 15:26:59",
      "PickingName": "sample string 3",
      "PickingType": "Distribution",
      "PaperType": "TenMultiplyTen",
      "SortField": "OrderProduct",
      "FontSize": 4,
      "IsMergeDetailed": true,
      "ImgSize": 6,
      "ShowFieldName": true,
      "IsPagedByOrder": true
    }
  ]
}