Change Status Manifest

This endpoint allows you to change the status of a manifest for a specific flow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Do you have questions about our APIs?
If you need help, don’t forget to use our artificial intelligence

— it will help you generate examples that fit your specific needs, variations, and the required parameters for using each Hound Express API.

Our api allows you to change the state of a manifest.

📘

Request

Field NameTypeMaxlengthRequiredComments
tipoFlujoString3-9RequiredType of flow for manifest
pedimentos(Array)ArrayOptionalList of related orders
manifiesto(Array)ArrayOptionalInformation about the manifesto.
manifiestoStatusmanifiestoStatus (Array)ArrayRequiredStatus of the manifest

ManifiestoStatus

Field NameTypeMaxlengthRequiredComments
statusString4RequiredStatus of the manifest
dateString20Required

Date at which the event occurred, in format "dd-MM-yyyy".

For this field you can choose to send a 'Long' which represents the complete timestamp instead of sending them separately (in the corresponding fields), according to the standard (number of milliseconds since the Unix Epoch, the beginning of January 1, 1970).

In case the 'date' or 'time' field don't meet the requisites, the system assings the current timestamp by default, so you may want to check the correct setting of this value in your development stage.

latitudString30OptionalIt specifies the latitude coordinate where the event occurred.
longitudString30OptionalIt specifies the longitude coordinate where the event occurred.
observationsString500OptionalAdditional comments.
fileManifiestoStatusByte(Array)/-OptionalFiles related to the state of the manifest.
idInteger4OptionalManifest identifier. This value can be null
id_appInteger3OptionalApplication identifier. This value can be null
id_incidenciaInteger4OptionalIssue identifier. This value can be null
valueString11RequiredValue associated with the manifest.
validarUnicidadBooleanTrue or FalseOptionalValidate if the status is unique

When you consume this API it will return an array of objects with the following features:

👍

Successful response

Field NameTypeComments
message(Array)Detail message error (code,type,description)
successBooleanTrue or False
EstatusStringDescription with more details of the detected error
❗️

Failed Response

Field NameTypeComments
message(Array)Detail message error (code,type,description)
successBooleanTrue or False
EstatusStringDescription with more details of the detected error
Body Params
manifiestoStatus
object
pedimentos
array
pedimentos
string
Headers
string
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!