Saltar al contenido principal
PUT
/
v1
/
warehouse
/
counts
/
{countReference}
/
locations
/
{locationReference}
Update an existing inventory count
curl --request PUT \
  --url https://api.bold-factory.com/v1/warehouse/counts/{countReference}/locations/{locationReference} \
  --header 'Authorization: Bearer <token>'
{
  "countId": "<string>",
  "locationId": "<string>",
  "locationName": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

countReference
string
requerido
locationReference
string
requerido

Respuesta

Created

countId
string
requerido
locationId
string
requerido
locationName
string
requerido