v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Benefit Offers

Upserts employment benefit offers

put/v1/employments/{employment_id}/benefit-offers

Path parameters

employment_idstring uuid required

Identifier of the employment being terminated.

Example:663e0b79-c893-45ff-a1b2-f6dcabc098b5

Unique identifier of the employment

Query parameters

integer

Specific version number

OR
'latest'

Use latest version

Version of the form schema

Request body

UnifiedEmploymentUpsertBenefitOffersRequest required

Upsert benefit offers request. As its properties may vary depending on the employment, you must query the Show benefit offers schema endpoint passing the employment id

Response

Success

Example response

{
  "data": {
    "status": "ok"
  }
}