Gateway Plus pairing code
The Gateway Plus pairing code is a request to receive the pairing code of a specific Gateway Plus device.
Response: If successful, you will receive the pairing code to build a QR code image that allows you to pair scanners to this Gateway Plus.
| Name | Type | Description | Accepted values | Constraints | Required | 
|---|---|---|---|---|---|
| 
 | string | The input API schema version number. | 
 | Yes | |
| 
 | string | The message type. | 
 | Yes | |
| 
 | string | The message identifier. This can be used to reference it. | Any | UUID format  | Yes | 
| 
 | integer | The time of creation client-side, used to determine the order of incoming messages. Unix time stamp in milliseconds. | Any | 1546300800000 <= value <= 99999999999999 | Yes | 
| 
 | string | The serial number of the Gateway Plus that will receive the command. | Any | 1 <= length <= 128 | Yes | 
Example
GET_PAIRING_CODE_REQUEST = {
    "api_version": "3.0",
    "event_type": "gateway_pairing_code!",
    "event_id": "02114da8-feae-46e3-8b00-a3f7ea8672df",
    "time_created": 1546300800000,
    "gateway_serial": "PGGW402537269"
}