Saltar al contenido principal
GET
/
v1
/
people
/
employees
/
{employeeReference}
/
cost
Get the cost of one employee by its reference
curl --request GET \
  --url https://api.bold-factory.com/v1/people/employees/{employeeReference}/cost \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalReference": "<string>",
  "fullName": "<string>",
  "code": "<string>",
  "hourlyCost": {
    "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

employeeReference
string
requerido

Respuesta

OK

id
string
requerido
externalReference
null | string
requerido
fullName
string
requerido
code
string
requerido
hourlyCost
object
requerido