© 2026 Clarivate
POST /api/.../labels?objectTypeID={objectTypeID}&objectID={objectID}&numberOfCopies={numberOfCopies}
Updates labels for the logged in user and specified label type.
| Name | Type | Required | Description |
|---|---|---|---|
| objectTypeID | Integer | Yes | The object type identifier. Item Record (3), Serial Issue (25) or Standing Order Part (43) |
| objectID | Integer | Yes | The object identifier. |
| numberOfCopies | Integer | Yes | The number of copies to append. |
{
"Base64EncodedPdf": null,
"LabelTypeID": 3,
"PrintOptionID": 2
}
| Code | Description |
|---|---|
| 200 | OK. Success |