v1

latestOpenAPI 3.0.02026-07-24161168406.5 KB
PreEmployees

Creating a PreEmployee

Allows a PreEmployee creation directly on the product

post/pre-employees

Request body

namestring required

Pre employee full name

mobileNumberstring required

Mobile phone number of the pre employee (eg. +5511999990000)

emailstring required

Pre employee email

Response

Successful operation

preEmployeeIdnumber

Pre employee id

Example response

{
  "preEmployeeId": 73
}