curl --location --request GET '/tripdata/trip/scheduled/'{
"tripsPerCompany": [
{
"companyIdentifier": "string",
"trips": [
{
"tripId": "string",
"referenceCode": "string",
"senderName": "string",
"receiverName": "string",
"goodsType": "string",
"goodsDescription": "string",
"estimatedTimeOfArrival": "2019-08-24T14:15:22.123Z",
"plateNumberCountryCode": "string",
"plateNumber": "string",
"companyName": "string",
"companyFiscalCode": "string",
"phase": {
"dateTime": "2019-08-24T14:15:22.123Z",
"status": "string",
"location": {
"type": "string",
"description": "string",
"locationCode": "string",
"longitude": "string",
"latitude": "string"
}
}
}
]
}
]
}