Saltar al contenido principal
GET
/
v1
/
warehouse
/
locations
/
{locationReference}
/
activeCount
Get the active count for a location, if there's any
curl --request GET \
  --url https://api.bold-factory.com/v1/warehouse/locations/{locationReference}/activeCount \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalReference": "<string>",
  "name": "<string>",
  "notes": "<string>",
  "locations": [
    {
      "countId": "<string>",
      "locationId": "<string>",
      "locationName": "<string>"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "createdBy": "<string>",
  "lastModifiedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

locationReference
string
requerido

Respuesta

OK

id
string
requerido
externalReference
null | string
requerido
name
string
requerido
notes
string
requerido
status
enum<string>
requerido
Opciones disponibles:
Pending,
InProgress,
Finished
locations
object[]
requerido
createdAt
string<date-time>
requerido
createdBy
string
requerido
lastModifiedAt
string<date-time>
requerido
lastModifiedBy
string
requerido