CreateDeviceCodeRequest
Name | Type | Tags | Description |
---|---|---|---|
idempotencyKey |
string |
Required | A unique string that identifies this CreateDeviceCode request. Keys can be any valid string but must be unique for every CreateDeviceCode request. See Idempotency keys for more information. Constraints: Minimum Length: 1 , Maximum Length: 128 |
deviceCode |
DeviceCode |
Required | - |
{
"device_code": {
"location_id": "B5E4484SHHNYH",
"name": "Counter 1",
"product_type": "TERMINAL_API"
},
"idempotency_key": "01bb00a6-0c86-4770-94ed-f5fca973cd56"
}