Request parameters

ParameterTypeDescriptiopn
trackingnumberString*The tracking number of the cargo
newStatusString*The status you want to update the cargo to
remarkStringA remark of the new status
remarkOnlyBooleanWhether or not we only update a remark.
If this is set to true then it will update the existing record.

If a record only exists and remarkOnly parameter is not set to true, then the call will fail.

❗️

*Mandatory parameters

Response

ParameterTypeDescription
successBooleanWether or not the call has been successful
trackingnumberStringSame as request
statusStringSame as request
remarkStringWill appear only if success = true
resultStringWill appear only if success = true
errorStringWill appear only if success = false
Language
Authorization