POST
/
shippings
/
labels
/
{context}
/
{carrier}
curl --request POST \
  --url https://api-ezyconnect.ezytail.com/shippings/labels/{context}/{carrier} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "modeCol": "<string>",
  "modeLiv": "<string>",
  "expLang": "<string>",
  "expAddr1": "<string>",
  "expAddr2": "<string>",
  "expCity": "<string>",
  "expZip": "<string>",
  "expCountry": "<string>",
  "expTel1": "<string>",
  "expMail": "<string>",
  "destLang": "<string>",
  "destAddr1": "<string>",
  "destAddr2": "<string>",
  "destCity": "<string>",
  "destZip": "<string>",
  "destCountry": "<string>",
  "destTel1": "<string>",
  "destMail": "<string>",
  "weight": "<string>",
  "nbPackage": "<string>",
  "crtValue": "<string>",
  "pickupPointCountry": "<string>",
  "pickupPoint": "<string>",
  "shippingPickupPointCountry": "<string>",
  "shippingPickupPoint": "<string>",
  "nClient": "<string>",
  "nDossier": "<string>",
  "apiVersion": "<string>",
  "outputType": "<string>",
  "outputFormat": "<string>",
  "instruction": "<string>",
  "content": "<string>"
}'
{
  "status": "<string>",
  "expeditionNumber": "<string>",
  "outputs": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Path Parameters

context
string
required
carrier
string
required

Query Parameters

prod
boolean

Body

Response

200
text/plain

OK

The response is of type object.