Transport Operation
Create new transport operation data
POST/transport-operations/
Get all transport operation data
GET/transport-operations/
Get a specific transport operation data by ID
GET/transport-operations/{transportOperationId}/
Update data for a specific transport operation by ID
PUT/transport-operations/{transportOperationId}/
Delete specific transport operation data by ID
DELETE/transport-operations/{transportOperationId}/
Get schedule data related to a specific transport operation by ID
GET/transport-operations/{transportOperationId}/schedules/
Update schedule data for a specific transport operation by ID
PUT/transport-operations/{transportOperationId}/schedules/
Get all phase data related to a specific transport operation by ID
GET/transport-operations/{transportOperationId}/phases/
Append phase data for a specific transport operation by ID
PATCH/transport-operations/{transportOperationId}/phases/
Get specific phase data by transport operation ID and phase ID
GET/transport-operations/{transportOperationId}/phases/{phaseId}
Update specific phase data by transport operation ID and phase ID
PUT/transport-operations/{transportOperationId}/phases/{phaseId}
Get all international consignment notes related to a specific transport operation by ID
GET/transport-operations/{transportOperationId}/documents/
Append international consignment notes data for a specific transport operation by ID
PATCH/transport-operations/{transportOperationId}/documents/
Get specific international consignment notes data by transport operation ID and reference code
GET/transport-operations/{transportOperationId}/documents/{referenceCode}/
Update specific international consignment notes data by transport operation ID and reference code
PUT/transport-operations/{transportOperationId}/documents/{referenceCode}/
Delete specific international consignment notes data by transport operation ID and reference code
DELETE/transport-operations/{transportOperationId}/documents/{referenceCode}/
Get specific transport operation data by country code and license plate number
GET/transport-operations/{countryCode}/{plateNumber}/
Get details about the schedule of specific transport operation by country code and license plate number
GET/transport-operations/{countryCode}/{plateNumber}/schedules/
Get details about all the phases of specific transport operation by country code and license plate number
GET/transport-operations/{countryCode}/{plateNumber}/phases/
Get specific phase data by country code, license plate number, and phase ID
GET/transport-operations/{countryCode}/{plateNumber}/phases/{phaseId}
Get all international consignment notes related to a specific transport operation by country code and license plate number
GET/transport-operations/{countryCode}/{plateNumber}/documents/
Get specific international consignment notes data by country code, license plate number, and reference code
GET/transport-operations/{countryCode}/{plateNumber}/documents/{referenceCode}/