API Dashboard

Taffy 3.6.0

Resources:

Assigns weight for tag id DELETE PATCH PUT POST GET /weight

Request Body:

Loading...

Response:

post
Sets weight for a load/tag id. Either gross or tare is required
required string tagId
optional numeric gross (default: -1)
optional numeric tare (default: -1)
optional string grossWeighedOn (default: "")
optional string tareWeighedOn (default: "")
optional string photo

base64 photo image

Tag validation DELETE PATCH PUT POST GET /tags/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

get
Validates a tag - requires auth

Tag creation DELETE PATCH PUT POST GET /tags

Request Body:

Loading...

Response:

post
Adds a tag - requires auth
optional any id

Photo for outbound load DELETE PATCH PUT POST GET /outbound-photos

Request Body:

Loading...

Response:

post
optional any photo

Retrieve loads pending assignment or weight DELETE PATCH PUT POST GET /loads/pending

Request Body:

Loading...

Response:

get
Gets pending loads

Load Photo DELETE PATCH PUT POST GET /loads/{id}/photos/{photoId}

URI Tokens: (required)

Request Body:

Loading...

Response:

get
required string id
required string path
optional string storedIn (default: db)

Photos for a load DELETE PATCH PUT POST GET /loads/{id}/photos

URI Tokens: (required)

Request Body:

Loading...

Response:

get
post
optional any photo

LoadMember DELETE PATCH PUT POST GET /loads/{id}

URI Tokens: (required)

Request Body:

Loading...

Response:

delete
get
Get load
put
optional any tare
optional any gross
optional any commodityPriceId

All loads DELETE PATCH PUT POST GET /loads

Request Body:

Loading...

Response:

get
Gets matching loads
optional any commodityPriceId (default: "")
optional any loadedOnFrom (default: "")
optional any loadedOnTo (default: "")
optional any status (default: "")
optional any tagId (default: "")
post
required string tagId
optional any gross
optional any tare
optional any loadedOn
optional any commodityPriceId
optional array photos (default: [runtime expression])

Retrieve container pending assignment DELETE PATCH PUT POST GET /load-assignment/{tagId}

URI Tokens: (required)

Request Body:

Loading...

Response:

get
Gets last load for this tag id - requires auth
required string tagId

Commodity assignment DELETE PATCH PUT POST GET /load-assignment

Request Body:

Loading...

Response:

post
Assigns a commodity to a load - requires auth
required string tagId
optional any commodityId
optional array photos (default: [runtime expression])

All commodities DELETE PATCH PUT POST GET /commodities

Request Body:

Loading...

Response:

get
Retrieves commodities - requires auth

AuthenticationVerifyToken DELETE PATCH PUT POST GET /auth/verify-token

Request Body:

Loading...

Response:

post
required string token

Set password DELETE PATCH PUT POST GET /auth/set-password

Request Body:

Loading...

Response:

post
required string code
required any password

Password code validation DELETE PATCH PUT POST GET /auth/reset-password-validation

Request Body:

Loading...

Response:

post
required string code

Reset password request DELETE PATCH PUT POST GET /auth/reset-password

Request Body:

Loading...

Response:

post
required string email

AuthenticationLogin DELETE PATCH PUT POST GET /auth/login

Request Body:

Loading...

Response:

post
required string username
required string password

Token invalidation DELETE PATCH PUT POST GET /auth/invalidate-token

Request Body:

Loading...

Response:

post
required string token

Resources are listed in matching order. From top to bottom, the first URI to match the request is used.