Skip to main content
POST
Add a new load to a Job

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"

Path Parameters

job-id
string
required

Job ID

Body

application/json

Deprecation notes:

  • quantity is deprecated and will be default based on the Job#attributes_for_load
  • unit_of_measure is deprecated and will be default based on the Job#attributes_for_load
  • phase_id is deprecated and will be default based on the Job#attributes_for_load
quantity
number | null
deprecated
unit_of_measure
enum<string> | null
Available options:
Load,
Tonne,
Ton,
Yard,
Meter,
Foot,
Liter,
Hour,
Bushel,
Gallon,
CubicMeter,
Mile,
Kilometer,
Barrel,
Bag,
Pallet
Example:

"Load"

phase_id
string<uuid> | null
deprecated
material_id
string<uuid> | null
waypoints
Waypoint-Create · object[]
notes
string | null
material_rate_assignment
MaterialRateAssignment-Update · object

Response

Created

data
Load-Read · object
required