Send Readings
POST {{baseUrl}}/account/:accountID/shipment/:tripNumber/data
Send readings to the shipment. ■ t1, t2, vibration, light, location and co2 are all optional parameters. ■ proccess parameter is true by default. If sent as false, it will turn off alarms for the readings.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
authorization
|
string | (Required) |
RESPONSES
status OK
{
"message": "4 Data Added"
} |
ENDPOINTS