Bordero

Lista i bordero della company

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

In: header

Query Parameters

anno?number

Response Body

application/json

curl -X GET "https://service.e-manager.io/api/v1/external/bordero"
[
  {
    "id": 0,
    "companyId": "string",
    "manifestNumber": "string",
    "manifestDate": "2019-08-24T14:15:22Z",
    "totalParcels": 0,
    "totalWeight": "string",
    "codAmount": "string",
    "totalShipments": 0,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "sentToMarketplace": true,
    "sentToCarrier": true,
    "sentToErp": true,
    "warehouse": [
      {}
    ],
    "carrier": {
      "id": 0,
      "name": "string",
      "code": "string",
      "sortOrder": 0,
      "isNew": true,
      "isActive": true,
      "logoUrl": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z"
    }
  }
]

Last updated on