Tracking Files
Last updated
Was this helpful?
Last updated
Was this helpful?
/tracking-files/
A page number within the paginated result set.
curl -L \
--url 'https://api.dashdoc.eu/api/v4/tracking-files/' \
--header 'Authentication: YOUR_API_KEY'
{
"count": 1,
"next": "text",
"previous": "text",
"results": [
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"created": "2023-10-01T00:00:00Z",
"name": "My tracking file name",
"shipper_id": 123,
"quantity_per_transport": 100,
"start_date": "2023-10-01T00:00:00Z",
"end_date": "2023-10-10T00:00:00Z",
"template_uid": "template-uid-123",
"loading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"unloading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "text",
"legal_mentions": "text",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text",
"use_identifiers": true,
"identifiers": "text",
"identifiers_observations": "text",
"volume_display_unit": "m3",
"dangerous_goods_category": "1"
},
"requires_washing": false,
"is_multiple_compartments": false,
"status": "open",
"unit": "kilogram"
}
]
}
Get successful
/tracking-files/
Name of the tracking file
My tracking file name
ID of the shipper
123
Start date of the tracking file
2023-10-01T00:00:00Z
End date of the tracking file
2023-10-10T00:00:00Z
ID of the loading address.
456
ID of the unloading address
789
Quantity per transport
100
Indicates if washing is required by default for transports that will be created in this tracking file
false
Indicates if there are multiple compartments by default for transports that will be created in this tracking file
false
Unit of measurement
kilogram
liter
, cubic_meter
, kilogram
, stere
, linear_meter
, quantity
curl -L \
--request POST \
--url 'https://api.dashdoc.eu/api/v4/tracking-files/' \
--header 'Authentication: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"name":"My tracking file name","shipper_id":123,"start_date":"2023-10-01T00:00:00Z","end_date":"2023-10-10T00:00:00Z","loading_address_id":456,"unloading_address_id":789,"quantity_per_transport":100,"total_load":{"is_dangerous":false,"adr_un_code":"UN 1202","legal_mentions":"Dangerous for the environment","dangerous_goods_category":"1"},"requires_washing":false,"is_multiple_compartments":false,"unit":"kilogram"}'
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"created": "2023-10-01T00:00:00Z",
"name": "My tracking file name",
"shipper_id": 123,
"quantity_per_transport": 100,
"start_date": "2023-10-01T00:00:00Z",
"end_date": "2023-10-10T00:00:00Z",
"template_uid": "template-uid-123",
"loading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"unloading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "text",
"legal_mentions": "text",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text",
"use_identifiers": true,
"identifiers": "text",
"identifiers_observations": "text",
"volume_display_unit": "m3",
"dangerous_goods_category": "1"
},
"requires_washing": false,
"is_multiple_compartments": false,
"status": "open",
"unit": "kilogram"
}
Create successful
/tracking-files/{uid}//
Unique identifier of the tracking file
curl -L \
--request DELETE \
--url 'https://api.dashdoc.eu/api/v4/tracking-files/{uid}/' \
--header 'Authentication: YOUR_API_KEY'
No body
Delete successful
/tracking-files/{uid}//
Unique identifier of the tracking file
curl -L \
--url 'https://api.dashdoc.eu/api/v4/tracking-files/{uid}/' \
--header 'Authentication: YOUR_API_KEY'
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"created": "2023-10-01T00:00:00Z",
"name": "My tracking file name",
"shipper_id": 123,
"quantity_per_transport": 100,
"start_date": "2023-10-01T00:00:00Z",
"end_date": "2023-10-10T00:00:00Z",
"template_uid": "template-uid-123",
"loading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"unloading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "text",
"legal_mentions": "text",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text",
"use_identifiers": true,
"identifiers": "text",
"identifiers_observations": "text",
"volume_display_unit": "m3",
"dangerous_goods_category": "1"
},
"requires_washing": false,
"is_multiple_compartments": false,
"status": "open",
"unit": "kilogram"
}
Get successful
/tracking-files/{uid}//
Unique identifier of the tracking file
Name of the tracking file
My tracking file name
ID of the shipper
123
Start date of the tracking file
2023-10-01T00:00:00Z
End date of the tracking file
2023-10-10T00:00:00Z
ID of the loading address.
456
ID of the unloading address
789
Quantity per transport
100
Indicates if washing is required by default for transports that will be created in this tracking file
false
Indicates if there are multiple compartments by default for transports that will be created in this tracking file
false
Unit of measurement
kilogram
liter
, cubic_meter
, kilogram
, stere
, linear_meter
, quantity
curl -L \
--request PATCH \
--url 'https://api.dashdoc.eu/api/v4/tracking-files/{uid}/' \
--header 'Authentication: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"name":"My tracking file name","shipper_id":123,"start_date":"2023-10-01T00:00:00Z","end_date":"2023-10-10T00:00:00Z","loading_address_id":456,"unloading_address_id":789,"quantity_per_transport":100,"total_load":{"is_dangerous":false,"adr_un_code":"UN 1202","legal_mentions":"Dangerous for the environment","dangerous_goods_category":"1"},"requires_washing":false,"is_multiple_compartments":false,"unit":"kilogram"}'
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"created": "2023-10-01T00:00:00Z",
"name": "My tracking file name",
"shipper_id": 123,
"quantity_per_transport": 100,
"start_date": "2023-10-01T00:00:00Z",
"end_date": "2023-10-10T00:00:00Z",
"template_uid": "template-uid-123",
"loading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"unloading_address": {
"pk": 23498,
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": {
"pk": 25,
"name": "Transport Bouvet"
},
"created_by_user": {
"pk": 34,
"display_name": "Jean Pierre Bouvet",
"company": 25,
"trucker_id": 95
},
"created": "2020-12-22T15:31:39.26167Z",
"instructions": "text",
"remote_id": "text",
"company": {
"pk": 928,
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"invoicing_remote_id": "COMP_456",
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"account_type": "text",
"logo": "text",
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"radius": 500,
"coords_validated": false,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"created": "2020-07-30T21:10:06.44551Z",
"instructions": "text",
"remote_id": "text"
},
"has_loggable_managers": true,
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
]
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "text",
"legal_mentions": "text",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text",
"use_identifiers": true,
"identifiers": "text",
"identifiers_observations": "text",
"volume_display_unit": "m3",
"dangerous_goods_category": "1"
},
"requires_washing": false,
"is_multiple_compartments": false,
"status": "open",
"unit": "kilogram"
}
Update successful