Cria novo cargo ou edita um cargo existente.
Last updated 1 month ago
Todos as integraƧƵes API usam o X-API-KEY como .
POST https://mentor.roboteasy.tech/api/company/job-position
POST
https://mentor.roboteasy.tech/api/company/job-position
Content-Type*
string
application/json
x-api-key*
{token}
hourValue
double
Valor hora do colaborador.
title
Nome identificador do colaborador
{ "hourValue": 1, "title": "string" }
{ "code": 201, "status": "CREATED", "message": "Recurso criado" }