Skip to main content
POST
/
v1
/
inventory
/
get-by-serial
Get Inventory Item By Serial
curl --request POST \
  --url https://api.example.com/v1/inventory/get-by-serial \
  --header 'Content-Type: application/json' \
  --data '
{
  "serial_number": "<string>"
}
'
{
  "item": {
    "id": "<string>",
    "contact_id": "<string>",
    "account_id": "<string>",
    "product_code": "<string>",
    "is_competitor_product": true,
    "created_date": "2023-11-07T05:31:56Z",
    "created_by_id": "<string>",
    "last_modified_date": "2023-11-07T05:31:56Z",
    "last_modified_by_id": "<string>",
    "name": "<string>",
    "serial_number": "<string>",
    "install_date": "2023-11-07T05:31:56Z",
    "purchase_date": "2023-11-07T05:31:56Z",
    "usage_end_date": "2023-11-07T05:31:56Z",
    "lifecycle_start_date": "2023-11-07T05:31:56Z",
    "lifecycle_end_date": "2023-11-07T05:31:56Z",
    "status": "<string>",
    "price": 123,
    "quantity": "<string>",
    "description": "<string>",
    "owner_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.atonom.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
serial_number
string

Serial number to resolve to an inventory item.

Response

OK

item
object