Corrieri

Lista i contratti corriere collegati alla company

GET
/api/v1/external/carriers/contracts
x-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://service.e-manager.io/api/v1/external/carriers/contracts"
[
  {
    "id": 0,
    "companyId": "string",
    "label": "string",
    "configFields": {},
    "billingImportConfig": {},
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "deleteFlag": true,
    "isConnected": true,
    "maxWeight": "string",
    "coefficient": 0,
    "isShippy": true,
    "idShippy": 0,
    "supportCod": true,
    "supportInsurance": true,
    "defaultCodPaymentType": "string",
    "carrier": {
      "id": 0,
      "name": "string",
      "code": "string",
      "amazonCarrierCode": "string",
      "sortOrder": 0,
      "isNew": true,
      "isActive": true,
      "createdAt": "2019-08-24T14:15:22Z",
      "updatedAt": "2019-08-24T14:15:22Z",
      "logoUrl": "string"
    }
  }
]

Last updated on