POST api/CustomPicking/PreviewPrint
Request Information
URI Parameters
None.
Body Parameters
PreviewPrint| Name | Description | Type | Additional 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:
Response Information
Resource Description
None.