curl --location --request POST 'http://122.160.87.36:9097/accordBackend/api/fetch/loadJourney' \
--header 'x-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId" : "ORD250502.0523.000014",
"destinationId" : "PCK250502.0523.000015",
"eventType" : "PICKUP"
}'{
"responseCode": 200,
"responseMsg": "Success",
"data": [
{
"key": "EN_ROUTE",
"value": "En route",
"other": "18/07/2025 12:03",
"showInputField": false,
"files": []
},
{
"key": "AT_PICKUP",
"value": "At pickup",
"other": "19/07/2025 12:10",
"showInputField": false,
"files": []
},
{
"key": "LOADING_START",
"value": "Loading start",
"other": "-",
"showInputField": false,
"files": []
},
{
"key": "LOADING_COMPLETE",
"value": "Loading complete",
"other": "-",
"showInputField": false,
"files": []
},
{
"key": "PICKUP_COMPLETE",
"value": "Pickup complete",
"other": "19/07/2025 14:10",
"showInputField": false,
"files": []
}
]
}