Skip to main content
POST
Create a Ticket

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Body

application/json
unit_of_measure
enum<string>
required
Available options:
Load,
Tonne,
Ton,
Yard,
Meter,
Foot,
Liter,
Hour,
Bushel,
Gallon,
CubicMeter,
Mile,
Kilometer,
Barrel,
Bag,
Pallet
Example:

"Load"

quantity
number | null
ticket_number
string | null
job_id
string<uuid> | null
material_id
string<uuid> | null
load_id
string<uuid> | null
printed_at
string<date-time> | null
service_date
string<date-time> | null

Response

Created

data
Ticket-Read · object
required