Bordero

Crea un bordero

POST
/api/v1/external/bordero
x-api-key<token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://service.e-manager.io/api/v1/external/bordero" \  -H "Content-Type: application/json" \  -d '{    "carrierId": 0,    "orderIds": [      0    ]  }'
{
  "manifestId": 0,
  "manifestNumber": "string",
  "manifestCode": "string",
  "totalShipments": 0
}

Last updated on