Skip to main content
PUT
Bulk Copy Assignments as a Company

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

company-id
string<uuid>
required

Company ID

Body

application/json
order_id
string<uuid>
required

The Order ID where the JobAssignments will be copied to

job_ids
string<uuid>[]
required

The Job IDs of the JobAssignments that are going to be copied

deep_copy
boolean

If true, it will copy all the JobAssignment chain. If false, it will copy only the immediate JobAssignment

Response

Accepted

The response is of type object.