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
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.