- Endpoint: v1/documents
- Description: This endpoint retrieves a list of all documents associated with the drivers in a company's fleet.
- Use Case: Fleet managers have to manage all the compliance and audit requirements. In order to do so, they will require the accurate documents. The Fleet Managers can use this endpoint to fetch all the fuel receipts of their drivers and ensure all the regulations are met on time.
- Endpoint: v1/documents/{id}
- Description: This endpoint retrieves detailed information for a specific document associated with a driver by using the document's unique ID.
- Use Case: Documents such as a bill of lading provide the shipment details that are in transit. By fetching the Bill of Lading using its ID, the Fleet Manager is then able to access and verify the shipping, as well as the consignee and the shipper details.
- Endpoint: v1/documents
- Description: This endpoint allows the Fleet Manager to create a new document such as a Bill of Lading, or a Fuel Receipt.
- Use Case: Having documents digitally allows for a quick access and verification. The Fleet Manager can quickly create a new document, and add details such as Consignee, Shipper, Weight, and the destination. This makes it easy for the opposite party to view and verify the details at their end.
- Endpoint: v1/documents
- Description: This endpoint allows the Fleet Mangers to update critical information such as a Shipper, or a Consignee information on a document.
- Use Case: There may be situations where the specific information regarding shipment may require an update, such as a destination or a stopover. To ensure the driver is on the desired route and does not miss the shipment guidelines, Fleet Managers can use this endpoint to update the document and its contents accordingly.
- Endpoint: v1/documents
- Description: Use this endpoint to delete an existing document.
- Use Case: This endpoint allows you to organize your documents properly by allowing you to delete an existing document. Sometimes, the Fleet Managers may end up have the same document at multiple places. To manage the documents efficiently and to ensure the drivers are sent proper documents, the Fleet Manager can delete a duplicate document. This ensure smoother operations.
- Endpoint: v2/document/forms
- Description: Document forms are structured templates that are used to collect specific information. They server as standardized formats for uploading and storing documents such as the Bill of Lading and others.
- Use Case: Fleet Managers can use this endpoint to fetch all the document forms of company, and ensure all drivers are using the forms as is without any modification. This standardized approach makes it easy for the companies to meet all the regulatory and compliance requirements.
- Endpoint: v2/document/forms
- Description: This allows you to specify a time period for fetching forms and shows the list of forms for that particular time range.
- Use Case: Fleet Managers can use this endpoint to fetch all the document of company, by specifying the start and the end date for the document. This makes it convenient if the Fleet Manager does not have the ID of the document, or wants to check the documents that were generated during a particular period.
- Endpoint: v2/documents/{id}
- Description: This endpoint retrieves detailed information for a specific document associated with a driver by using the document's unique ID.
- Use Case: Documents such as a bill of lading provide the shipment details that are in transit. By fetching the Bill of Lading using its ID, the Fleet Manager is then able to access and verify the shipping, as well as the consignee and the shipper details.
- Endpoint: v2/documents
- Description: This endpoint allows the Fleet Manager to create a new document such as a Bill of Lading, or a Fuel Receipt.
- Use Case: Having documents digitally allows for a quick access and verification. The Fleet Manager can quickly create a new document, and add details such as Consignee, Shipper, Weight, and the destination. This makes it easy for the opposite party to view and verify the details at their end.
- Endpoint: v2/documents
- Description: This endpoint allows the Fleet Mangers to update critical information such as a Shipper, or a Consignee information on a document.
- Use Case: There may be situations where the specific information regarding shipment may require an update, such as a destination or a stopover. To ensure the driver is on the desired route and does not miss the shipment guidelines, Fleet Managers can use this endpoint to update the document and its contents accordingly.