POST api/CustomPicking/Edit
Request Information
URI Parameters
None.
Body Parameters
CustomPickingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DetailId | Collection of CustomDetail |
None. |
|
| Id | integer |
None. |
|
| CreationTime | date |
None. |
|
| PickingName | string |
None. |
|
| PickingType | PickingType |
None. |
|
| PaperType | PaperType |
None. |
|
| SortField | SortType |
None. |
|
| FontSize | integer |
None. |
|
| IsMergeDetailed | boolean |
None. |
|
| ImgSize | integer |
None. |
|
| ShowFieldName | boolean |
None. |
|
| IsPagedByOrder | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DetailId": [
{
"Id": 1,
"CustoContent": "sample string 2",
"FontSize": 3,
"FontStyle": 0
},
{
"Id": 1,
"CustoContent": "sample string 2",
"FontSize": 3,
"FontStyle": 0
}
],
"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
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": true
}