© 2025 Clarivate
PUT /api/.../polineitems/{id}/status
Modify POLI Status. This action is only available if the POLI status is not currently set to one of the following:
The following status changes are not allowed:
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the purchase order line item. |
| Property | Type | Nullable | Description |
|---|---|---|---|
| PoliStatusID | int | No | The status id that the POLI will be updated to. |
Example that modifies the status to Backordered (1).
See Get Line Item Statuses for more information.
{PoliStatusID: 1}
True is returned upon success.
true
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|
| 404 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (),
CR_PurchaseOrders_Access (based on owner ID),
CR_PurchaseOrders_Modify (based on owner ID)