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.
Name | Description |
---|---|
Service name | ChangeStatusManifest |
EndPoint | https://ws_pods.hound-express.com/Sabueso/ws/crear/saveStatusFlujoMAWB |
Headers | https://apis-hound-express.readme.io/docs/the-headers-request |
Method | POST |
### Request
Field Name Type Maxlength Required Comments tipoFlujo String 3-9 Required Type of flow for manifest pedimentos (Array) Array Optional List of related orders manifiesto (Array) Array Optional Information about the manifesto. manifiestoStatus manifiestoStatus (Array) Array Required Status 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 Name Type Comments message (Array) Detail message error (code,type,description) success Boolean True or False Estatus String Description with more details of the detected error
### Failed Response
Field Name Type Comments message (Array) Detail message error (code,type,description) success Boolean True or False Estatus String Description with more details of the detected error