PUT
/
components
/
instances

Authorizations

Authorization
string
headerrequired

API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>

Headers

Validation-Only
boolean

Set this header to true if you want to validate the input and check the expected response without actually performing the action.

Body

application/json
identifier
string
required

Serial number, lot code or component instance UUID

component_id
string
required
part_number_id
string
work_order_id
string
station_id
string
created_at
string

Available to override the created_at timestamp in the database

Response

200 - application/json
id
string
identifier
string
required
component_id
string
created_at
string
status
enum<string>
Available options:
WIP,
PLANNED,
DEFECTIVE,
COMPLETE
last_updated_at
string
completed_at
string
part_number_id
string
is_archived
boolean
work_order_id
string
latitude
number
longitude
number