Name |
Description |
Required |
Scope |
frequency |
String, frequency for the radio |
false |
|
pcb_version |
String, PCB revision |
false |
|
serial_number |
String, radio (speaker) serial number |
false |
|
operator |
String, paganation page number |
false |
|
country_code |
String, country code for the radio. One of us, jp, eu |
false |
|
Headers
Authorization: Bearer myaccesstoken
POST /radios
{"pcb_version":"1","serial_number":"TPRv2.0_1_10680","operator":"Zula Orn","country_code":"US"}
Headers
Content-Type: application/json; charset=utf-8
201 Created
{
"data": {
"id": 59,
"frequency": null,
"pcb_version": "1",
"serial_number": "TPRv2.0_1_10680",
"assembly_date": "2017-11-19",
"operator": "Zula Orn",
"shipment_id": null,
"boxed": false,
"country_code": "US",
"firmware_version": null,
"quality_control_status": null
},
"errors": [
]
}