Check Out (Snipe-IT)
snipeit_checkoutCheck out assets, accessories, consumables, components, or licenses to users, assets, or locations. Requires write access and supports quantity, status, seat, and note options.
Instructions
Check out to someone/something: asset → user/asset/location; accessory → user (or asset/location); consumable → user (IRREVERSIBLE — confirm with the user first); component → asset; license → user/asset (optionally a specific seatId). Requires write access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The entity id to check out. | |
| note | No | ||
| type | Yes | ||
| seatId | No | License checkout: specific seat (default: first free). | |
| quantity | No | accessory/consumable/component quantity (default 1). | |
| statusId | No | Asset checkout: status label to set. | |
| targetId | Yes | ||
| targetType | No | Default: user (component: asset). | |
| expectedCheckin | No | Asset checkout: expected return date (YYYY-MM-DD). |