Request Methods

The Truckin Digital API endpoints use HTTP request methods. The methods we allow are as follows:

👍

GET

Retrieves data

🚧

POST

Creates new objects

📘

PUT

It replaces/updates the data of an object with new data that you provide - usually in the same structure as a POST request. The object will still have the same ID.

❗️

DELETE

Deletes objects