GET api/CustomPicking/GetStandardizedLabelById/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfCustomPickingStandardizedLabelFullInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | CustomPickingStandardizedLabelFullInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": {
"Id": 1,
"PickingName": "sample string 2",
"FontSize": 3,
"ShowFieldName": true,
"Details": [
{
"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"
}
],
"PickingId": 5,
"LabelType": "Top",
"AppendGoodsLabel": true,
"ContentLayout": "Single",
"PaperWidth": 7,
"PaperHeight": 8
}
}