# 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](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object

**Example:**

```json
{
    "AustralianPostEncodingTable": "N"
}
```

> [!NOTE]
> - This snippet shows only the `AustralianPostEncodingTable` parameter.
> - To use it, embed this parameter within a [BarcodeFormatSpecification](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/barcode-format-specification/index.md) object.
> - For the complete JSON structure, see:
>   - [Full JSON Structure](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#full-json-structure)
>   - [Minimal Valid JSON](https://www.dynamsoft.com/capture-vision/docs/core/parameters/reference/index.md#minimal-valid-json-example)

## Parameter Details

The structure of the `AustralianPostEncodingTable` is shown as follow:

| AustralianPostEncodingTable Parameter Details |
| :--------------------------------- |
| **Type**<br>*String* |
| **Range**<br>"C" or "N" |
| **Default Value**<br>"C" |
