Skip to main content
POST
/
inventory
/
product
/
{productId}
/
count
Registrar balanço físico (Inventory Count)
curl --request POST \
  --url https://api.example.com/inventory/product/{productId}/count
{
  "message": "Balanço registrado com sucesso"
}

Documentation Index

Fetch the complete documentation index at: https://docs.domsoftware.com.br/llms.txt

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

Path

productId
string
required
UUID do item auditado.

Body

warehouseId
string
required
Galpão referente ao balanço.
countedQuantity
number
required
O total físico exato reportado manual/lido. A aplicação tratará a matemática (old_qtd - counted_qtd = diff).
notes
string
Súmula explicativa do inventariante.

Response

{
  "message": "Balanço registrado com sucesso"
}

Path Parameters

productId
string
required

Response

201

Balanço registrado com sucesso