Home

Change Status Manifest

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

🚧

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 Name

Type

Maxlength

Required

Comments

status

String

4

Required

Status of the manifest

date

String

20

Optional

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.

latitud

String

30

Optional

It specifies the latitude coordinate where the event occurred.

longitud

String

30

Optional

It specifies the longitude coordinate where the event occurred.

observations

String

500

Optional

Additional comments.

fileManifiestoStatus

Byte(Array)

/-

Optional

Files related to the state of the manifest.

id

Integer

4

Optional

Manifest identifier. This value can be null

id_app

Integer

3

Optional

Application identifier. This value can be null

id_incidencia

Integer

4

Optional

Issue identifier. This value can be null

value

String

11

Required

Value associated with the manifest.

validarUnicidad

Boolean

True or False

Optional

Validate 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
Language
Click Try It! to start a request and see the response here!