GET api/Configs/GetAliChoiceBarcodeConfig

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfAlichoiceBarCodeConfig
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

AlichoiceBarCodeConfig

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Config": {
      "PrintSize": "SIZE_60_30",
      "PickingTemplate": "sample string 1",
      "IsOnlyBarcode": true,
      "IsMixBarcode": true
    }
  }
}