Skip to main content
POST
Create employee agreement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Data to create an agreement

agreementId
string<uuid>
required

Agreement UUID

employeeId
string<uuid>
required

Employee UUID

startDate
string<date>
required

Start date

Response

200 - application/json

Employee agreement created

id
string<uuid>