Tracking Files
Last updated
Was this helpful?
Last updated
Was this helpful?
Unique identifier of the tracking file
GET /api/v4/tracking-files/{uid}/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Accept: */*
Get successful
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"status": "open",
"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",
"unit": "kilogram",
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"volume_display_unit": "m3",
"linear_meters": 1,
"quantity": 1,
"category": "text",
"dangerous_goods_category": "1",
"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"
},
"requires_washing": false,
"is_multiple_compartments": false
}
A page number within the paginated result set.
GET /api/v4/tracking-files/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Accept: */*
Get successful
{
"count": 1,
"next": "text",
"previous": "text",
"results": [
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"status": "open",
"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",
"unit": "kilogram",
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"volume_display_unit": "m3",
"linear_meters": 1,
"quantity": 1,
"category": "text",
"dangerous_goods_category": "1",
"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"
},
"requires_washing": false,
"is_multiple_compartments": false
}
]
}
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
Unit of measurement
kilogram
Available options: Indicates if washing is required by default for transports that will be created in this tracking file
false
Example: false
Indicates if there are multiple compartments by default for transports that will be created in this tracking file
false
Example: false
POST /api/v4/tracking-files/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 676
{
"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,
"unit": "kilogram",
"total_load": {
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "UN 1202",
"legal_mentions": "Dangerous for the environment",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text"
},
"requires_washing": false,
"is_multiple_compartments": false
}
Create successful
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"status": "open",
"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",
"unit": "kilogram",
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"volume_display_unit": "m3",
"linear_meters": 1,
"quantity": 1,
"category": "text",
"dangerous_goods_category": "1",
"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"
},
"requires_washing": false,
"is_multiple_compartments": false
}
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
Unit of measurement
kilogram
Available options: Indicates if washing is required by default for transports that will be created in this tracking file
false
Example: false
Indicates if there are multiple compartments by default for transports that will be created in this tracking file
false
Example: false
PATCH /api/v4/tracking-files/{uid}/ HTTP/1.1
Host: api.dashdoc.eu
Authentication: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 676
{
"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,
"unit": "kilogram",
"total_load": {
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"linear_meters": 1,
"quantity": 1,
"category": "text",
"is_dangerous": true,
"adr_un_code": "UN 1202",
"legal_mentions": "Dangerous for the environment",
"complementary_information": "text",
"container_number": "text",
"tare_weight": 1,
"container_seal_number": "text",
"refrigerated": true,
"temperature": "text",
"steres": 1,
"idtf_number": "text"
},
"requires_washing": false,
"is_multiple_compartments": false
}
Update successful
{
"uid": "123e4567-e89b-12d3-a456-426614174000",
"status": "open",
"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",
"unit": "kilogram",
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"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": 1,
"coords_validated": true,
"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": 1,
"coords_validated": true,
"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"
},
"managers": [
{
"pk": 928,
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text"
}
],
"has_loggable_managers": true
}
},
"total_load": {
"uid": "text",
"remote_id": "text",
"description": "text",
"weight": 1,
"volume": 1,
"volume_display_unit": "m3",
"linear_meters": 1,
"quantity": 1,
"category": "text",
"dangerous_goods_category": "1",
"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"
},
"requires_washing": false,
"is_multiple_compartments": false
}