Actions
Check In Hardware
Checkin an asset.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| ID | The id (not the asset tag) of the asset you’d like to query. |
| Status ID | Valid status ID. Obtained via the “List Statuses” action. |
| Parameter | Description |
|---|---|
| Location ID | Updated Location for this item. |
| Name | - |
| Note | Note about the checkin. |
{
"status": "<string>",
"messages": "<string>",
"payload": {
"asset_tag": "<string>",
"model": "<string>",
"model_number": "<string>"
}
}
Was this page helpful?