Check Out Hardware
Check-out hardware to a user, location or another asset.
Basic Parameters
Parameter | Description |
---|---|
ID | The ID (not the asset tag) of the asset you'd like to query. Obtained via the "List Hardware" action. |
Status ID | Valid status ID. Obtained via the "List Statuses" action. |
Target ID | The ID to checkout the hardware to.Either a user, asset, or location ID based on the "Target Type" parameter. |
Target Type | Type of entity the asset is being checked out to: user, asset, or location. |
Advanced Parameters
Parameter | Description |
---|---|
Name | Optional new asset name. This is useful for changing the asset's name on new checkout, for example, an asset that was named "Anna's Macbook Pro" could be renamed on the fly when it's checked out to Elizabeth, to "Beth's Macbook Pro". |
Note | Optional note about the checkout. |
Example Output
{
"status": "success",
"messages": "Asset checked out successfully.",
"payload": {
"asset": "tag"
}
}
Workflow Library Example
Check Out Hardware with Snipe It and Send Results Via Email
Preview this Workflow on desktop