put https://sandbox1-api.unit21.com/v1/instruments//update
Updates an instrument's information using the unit21_id
.
Updating an instrument has no required fields. You MAY send any subset of the fields that the instruments/create
endpoint accepts.
This endpoint requires the unit21_id
which is a unique ID created by Unit21 when the instrument is first created.
Note that you can also update an instrument using an upsert through /instruments/create
.
Follow the links for more information:
The response will consist of the following fields:
Field | Type | Description |
---|---|---|
instrument_id | String | Unique identifier of the instrument on your platform |
unit21_id | String | Internal ID of the entity within Unit21's system |
previously_existed | Boolean | If entity (with the same instrument_id ) already exists |