Authorization: Bearer ********************{
"manifesto_order": {
"notes": "ApiTest"
}
}curl --location --request PATCH 'https://demo.modaltrans.com/api/v1/manifesto_orders/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"manifesto_order": {
"notes": "ApiTest"
}
}'{
"order_id": "string",
"reference": "string",
"assignee_email": "string",
"operator_email": "string",
"position_id": 0,
"notes": "string",
"ncts_declarations": [
{
"transaction_id": 0,
"reference": "string",
"trailer_code": "string",
"vehicle_code": "string",
"container": "string",
"lrn": "string",
"mrn": "string",
"status": "string",
"carrier_name": "string",
"guarantee_price": 0,
"guarantee_curr": "string",
"manifesto_price": 0,
"currency": "string",
"holder_name": "string"
}
]
}