POST api/Configs/SetAlichoiceBarcodeConfig
Request Information
URI Parameters
None.
Body Parameters
AlichoiceBarCodeConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Config | AlichoiceBarcodeConfigInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"Config": {
"PrintSize": "SIZE_60_30",
"PickingTemplate": "sample string 1",
"IsOnlyBarcode": true,
"IsMixBarcode": 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
}