Need better scanning performance?
AustralianPostEncodingTable
Parameter AustralianPostEncodingTable helps specify the encoding table used to code the Customer Information Field of Australian Post Customer Barcode.
JSON Structure
Location in template:
BarcodeFormatSpecificationOptions[i]
└── AustralianPostEncodingTable
Parent object: BarcodeFormatSpecification object
Example:
{
"AustralianPostEncodingTable": "N"
}
- This snippet shows only the
AustralianPostEncodingTableparameter.- To use it, embed this parameter within a BarcodeFormatSpecification object.
- For the complete JSON structure, see:
Parameter Details
The structure of the AustralianPostEncodingTable is shown as follow:
| AustralianPostEncodingTable Parameter Details |
|---|
| Type String |
| Range “C” or “N” |
| Default Value “C” |