© 2024 Clarivate
PUT /api/.../labelsetup
Updates cataloging label setup for the logged in user.
None
Property | Type | Nullable | Description |
---|---|---|---|
DefaultLabelOptionID | int | No | Default label option ID (Cataloging = 1, Serials = 2). |
CatalogingLabelOption | DtoLabelOption | No | Cataloging label option. |
Property | Type | Nullable | Description |
---|---|---|---|
LabelTypeID | int | No | Cataloging Label type ID. |
PrintOptionID | int | No | Cataloging Print option ID (OnDemand = 1, Batch = 2, QuickPrint = 3). |
SerialsLabelTypeID | int | No | Serial Label type ID. |
SerialPrintOptionID | int | No | Serial Print option ID (OnDemand = 1, Batch = 2, QuickPrint = 3). |
{
DefaultLabelOptionID: 1,
CatalogingOptions {
"LabelTypeID": 1,
"PrintOptionID": 2
}
}
None
Code | Description |
---|---|
200 | OK. Success |