Pieces Shipped on a Specific Shipment
DESCRIPTION
Web Service that returns the pieces information for a specific shipment.
Request
Method: GET
Content-Type: application/json
URL:
Test Environment: | https://training.logiztikalliance.com:5005/logCloudWSSprint/api/ClientesExternosA/ListarCodigosDeBarraPorCliente/{CUSTOMERCODE}/{TOKEN}/{SHIPMENTNR} |
Production Environment: | https://cloud.logiztikalliance.com:5005/logCloudWS/api/ClientesExternosA/ListarCodigosDeBarraPorCliente/{CUSTOMERCODE}/{TOKEN}/{SHIPMENTNR} |
INPUT PARAMETERS
Name | Type | Required | Description |
CustomerCode | string(50) | Yes | Customer code. |
AuthenticationToken | string(50) | Yes | Alliance cloud security token. |
Shipmentnr | string(50) | Yes | Shipment number. |
Response
Output Success
BODY
Name | Type | Description |
barcode | string(11) | Barcode number that was shipped on the specific shipment. |
awb | string(32) | Shipment number. |
EXAMPLE
[
{
“barcode”: “12202603312”,
“awb”: “LOG00663708”
}
]
Output Error
BODY
Name | Type | Description |
mensaje | string(400) | In case of an error, we return the error message in this field. |
EXAMPLE
{
“mensaje”: “Error in database connection.”
}
ERRORS MESSAGES
ERROR IN DATABASE CONNECTION
{
“mensaje”: “Error in database connection.”
}
WRONG TOKEN
[]
ERROR IN CUSTOMER CODE
[]
ERROR IN GUIDE NUMBER
[]
MISSING PARAMETERS
(Empty string)