Assignment
Authorizations
Path parameters
inventoryIdstring · uuidRequiredExample:
Id of SKU
203a5df2-423a-43a9-bb19-1ccaf3434b91
Query parameters
assigneeTypestring · enumRequiredExample:
Keyword to search for
PERSON,OFFICE
Possible values: targetIdstring · uuidRequiredExample:
The ID of the person/office to assign the item to
00000000-0000-0000-0000-000000000000
Responses
200
OK
application/json
400
Bad request
application/json
403
Forbidden
*/*
404
Not Found
*/*
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"
}