Saltar al contenido principal
GET
/
v1
/
production
/
workstations
/
{workstationReference}
/
cost
Get the cost of a resource by its reference
curl --request GET \
  --url https://api.bold-factory.com/v1/production/workstations/{workstationReference}/cost \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "costPerHour": {
    "amount": 123,
    "currency": "<string>"
  }
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

workstationReference
string
requerido

Respuesta

OK

id
string
requerido
name
string
requerido
costPerHour
object
requerido