Assignment

Update assignee for Inventory

post
Authorizations
Path parameters
inventoryIdstring · uuidRequired

Id of SKU

Example: 203a5df2-423a-43a9-bb19-1ccaf3434b91
Query parameters
assigneeTypestring · enumRequired

Keyword to search for

Example: PERSON,OFFICEPossible values:
targetIdstring · uuidRequired

The ID of the person/office to assign the item to

Example: 00000000-0000-0000-0000-000000000000
Responses
200
OK
application/json
post
POST /api/inventory/{inventoryId}/assignment HTTP/1.1
Host: apipub.firstbasehq.com
Authorization: YOUR_API_KEY
Accept: */*
{
  "id": "371da231-5878-45b1-80a3-9113f8795c29",
  "type": "PERSON",
  "label": "San Francisco's office",
  "assignedAt": "2025-07-27T21:03:09.418Z"
}