Skip to main content
POST
Create a JobAssignment for 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
vendor_account_id
string<uuid>
required
rate_id
string<uuid> | null
rate_value
number | null
rate_type
enum<string> | null
Available options:
RatePerHour,
RatePerDay,
RatePerLoad,
RatePerTon,
RatePerTonne,
RatePerYard,
RatePerBushel,
RateCommission,
RateFlatCommission,
RateFlatRate
Example:

"RatePerHour"

Response

Created

data
JobAssignment-Read · object
required