Dashdoc API Documentation
  • πŸ‘‹GET STARTED
    • Introduction
    • Core API concepts
      • Authentication
      • External identifiers
      • Date and time formats
      • Requests and filters
      • Pagination
      • HTTP status codes
      • Rate limiting
      • Send documents
    • Understand the data model
      • Transport - Segment - Delivery
      • Origin/Destination sites
      • Company - Address
      • Trucker
  • πŸ”INTEGRATE YOUR SOFTWARE
    • How to integrate your software with Dashdoc
    • Setup
      • Create a sandbox account
      • Get the API token
      • Make an authenticated request
  • πŸŽ“USE CASES AND TUTORIALS
    • Shippers (ERP, WMS) πŸ”€
      • Create a simple transport as a shipper
      • Manage the address book
    • Carriers πŸš›
      • Create a simple transport as a carrier
      • Create a multi-deliveries transport as a carrier
      • Create a break in a transport (segment)
      • Charter whole or part of a transport - AffrΓ¨tement
      • Manage truckers
      • Create and follow rental orders
      • Handle Qualimat transports
    • Retrieve transport data 🏁
      • Get last updated transports (Poll vs. webhooks)
      • Get status updates with dates and times
      • Get load information (quantity, weight...)
      • Get mileage from transport
      • Get documents and photos with their type
      • Get observations from trucker / signatory
      • Get information about washings
      • Filter transports created by your truckers and partners
    • Invoicing πŸ’°
    • Dashdoc Wam ♻️
      • Create a Waste Form
      • Sign a Waste Form as Organizer
      • Create a Transport for a Waste Form
      • Find the transport linked to a waste form
  • ☁️WEBHOOKS
    • Webhooks
  • πŸ“±MOBILE APP
    • Use the mobile app to simulate transports
  • πŸ’‘UPGRADES
    • Upgrading API from v3 to v4
  • πŸ“šAPI Reference
    • API v4 Reference
    • List of all endpoints for v4
      • Addresses
        • Security Protocol
      • Adr Un Codes
      • Carbon Footprint
        • Transport Operation Categories
      • Companies
      • Contacts
        • Invite
      • Deliveries
        • Add Round
        • Cmrs
      • Dock Activities
        • Mark Loaded By Dock
        • Mark Unloaded By Dock
      • Invoices
        • Items
        • Mark Paid
        • Mark Not Paid
      • Managers
        • Invite
        • Me
        • Set Company
      • Manager Truckers
        • Lease
        • Generate Invite Code
        • Unavailability
      • Security Protocols
      • Segments
        • Assign
        • Break
        • Charter
      • Tracking Files
      • Sites
        • Mark Done
        • Enable Eta
      • Support Types
      • Supports Exchanges
      • Telematics
        • Vehicles
        • Traces
      • Trailers
        • Unavailability
      • Track Dechets
      • Transport Loading Plans
      • Transport Messages
      • Transports
        • Charter
        • Assign
        • Archive
        • Merge To Trip
        • Mark Done
        • Mark Invoiced
        • Mark Paid
        • Cancel
        • Confirm
        • Decline
        • Revenue Split
        • Cmrs
        • Effective Price Lines
        • Loads Constraints
      • Transport Status
      • Transport Templates
      • Scheduler
        • Trips
          • Set Name
      • Vehicles
        • Unavailability
      • Wam
        • Contacts
        • Forms
          • Sign As Organizer
          • Create Transport
          • Loads
        • Companies
          • Details
Powered by GitBook
On this page
  • Qualimat activation
  • Additional fleet information
  • Creating a Qualimat transport
  • Washing note

Was this helpful?

  1. USE CASES AND TUTORIALS
  2. Carriers πŸš›

Handle Qualimat transports

This page explains how to create transports that will respect Qualimat requirement. Additional information on transports, loads and trailers are detailed.

PreviousCreate and follow rental ordersNextRetrieve transport data 🏁

Last updated 1 year ago

Was this helpful?

Qualimat is a standard for carrying animal feed with good sanitary conditions. To respect it, carriers must be able to show every load that was carried by the "Qualimat" trailer with the loads' IDTF number, and the washings that were made on the trailer.

Qualimat activation

In Dashdoc, the Qualimat feature must be enabled by the Dashdoc team.

Additional fleet information

When Qualimat is activated, trailers can be marked as Qualimat using the API () or in the settings of the web interface :

This is also true for vehicles that can handle a load without a trailer.

When a trailer is marked as Qualimat, the trucker will be forced to give the IDTF number when validating a load. IDTF number may be filled at transport creation (see below).

Marking vehicles and trailers suitable for Qualimat is optional yet recommended. There will be a warning displayed on Qualimat transports using vehicles or trailers that are not marked suitable for Qualimat.

Creating a Qualimat transport

Specific screens will be displayed to truckers when executing a Qualimat transport. Also, load history will be stored for the vehicle or trailer used for the transport.

In order do to so, transport data must contain additional data that make it a Qualimat transport.

Load description

Load category must be bulk_qualimat and its idtf_number is required.

Washings

If there is a necessary washing on the transport, this may be specified at root level of transport data, using the requires_washing boolean. If true, specific screen about washing activity will be displayed to the trucker. This information is optional.

If you need to tell the trucker what level of washing has to be done, you may use the sites instruction fields, e.g. loading_instructions in origin or unloading_instructions in destination.

Washing note

Both information can be sent at transport creation or update through the API in the loads section (API v2) or in the planned_loads section (API v3 and further). The value for the idtf_number field are validated by the API and must be a real IDTF value, as explained in the API reference. IDTF numbers can be found at .

Washing note attached to the transport by the trucker can be retrieved. See .

πŸŽ“
https://www.icrt-idtf.com/fr/%22
Retrieve transport documents
https://www.dashdoc.eu/api/v3/docs/#operation/partialUpdateTrailer
Setting a trailer as "Qualimat" in the web interface