Last updated 8 months ago
To understand the groups parameter and the customization of API responses, please refer to the .
shipment - retrieve information about the shipment
shipment
society - retrieve information about the society
society
country - retrieve information about the country
country
To understand the filters parameter and the customization of API responses, please refer to the .
id - to filter by the unique identifier.
id
shipment.shipmentId - to filter by the shipment ID.
shipment.shipmentId
country.code - to filter by the country code.
country.code
country.name - to filter by the country name.
country.name
name - to filter by the name.
name
code - to filter by the code.
code
agreementNumber - to filter by the agreement number.
agreementNumber
createdAt - to filter by the creation date
createdAt
Get a list of shipment operators
column_name
asc|desc
GET /shipment-operator HTTP/1.1 Host: api.one-record.fr Authorization: Bearer JWT Accept: */*
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "shipment": "123e4567-e89b-12d3-a456-426614174000", "society": "text", "country": "AD", "code": "CONSIGNEE", "address": "text", "addressComplementary": "text", "postalCode": "text", "city": "text", "name": "text", "contact": "text", "email": "name@gmail.com", "tel": "text", "fax": "text", "phone": "text", "agreementNumber": "text", "agreementValidity": null, "createdAt": null, "updatedAt": null } ], "metadata": { "count": 1, "current": "text", "next": "text" } }