Recipe 6 CdxStatus JSON Example
{
"Shipment": {
"ExchangeId": 0,
"EventDateTime": "string"
},
"CdxVehicles": [
{
"Vin": "string",
"CdxDeliveryStatus": "string",
"ReceiverLoadId": "string",
"ReceiverTripId": "string",
"DriverId": "string",
"TruckId": "string",
"Latitude": 0,
"Longitude": 0,
"EtaDateTime": "string",
"GateCode": "string"
}
]
}