post https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/getLabel
Getting or recovering the printing format of your created orders
Our API provides you with a tool that allows you to obtain a stream of bytes that you can transform in a file that contains the printable label
Name | Description |
---|---|
Service name | getLabel |
EndPoint | https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/getLabel |
Headers | https://apis-hound-express.readme.io/docs/the-headers-request |
Method | POST |
Parameters | JsonObject see: The guide object |
RequestTo carry out the consumption of the service for the creation of the order it is necessary to send a json object of the guide type and it requires the filling of the following fields:
Guide
Field name Type Maxlength Required Comments guideNumber String 30 Required It is the guideNumber assigned to the shipment order
Response
When the consumption is done, the API will return an object with the following features:
Successful response
GuideThe Guide format is a byte array which contains the stream of the data from where you can retrieve the file of the printable label
Field Name Type Maxlength Comment format byte[] - Byte array which contains the stream of the data format_fileName String 100 Name and extension of the file to recreate
Failed ResponsewsErrors elements
Field Name Type Commens id Integer Error id code String Error code type Integer Severity of the error description String Description with more details of the detected error