[OPTIONAL] Temperature Data
One of the features of a position event object is the ability to optionally add the current temperature. This data is then applied to the shipment in terms of ensuring temperature has not been breached for the shipment.
Parameter | Type | Description |
---|---|---|
CurrentTemperature | Decimal | The current temperature of the shipment. |
Here is an example of a completely valid PositionEvent JSON Object with CurrentTemperature:
{
"FreightProviderReferenceNumber":"12345670",
"FreightHaulerProviderXID":"ABD3820AI",
"CarrierMC":"3829182",
"Latitude":50.1234,
"Longitude":-45.1234,
"PositionEventType":3,
"PositionReportTime": "2017-03-20T17:52:22",
"CurrentTemperature": 98.23
}
Success response is 200.
Updated about 2 months ago
What’s Next