v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Benefit Renewals

Updates a Benefit Renewal Request Response

Updates a Benefit Renewal Request with the given response.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage company resources (company_admin)-Manage benefit renewals (benefit_renewal:write)
post/v1/benefit-renewal-requests/{benefit_renewal_request_id}

Path parameters

benefit_renewal_request_idstring uuid required

Identifier of the employment being terminated.

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

Benefit Renewal Request Id

Query parameters

integer

Specific version number

OR
'latest'

Use latest version

Version of the form schema

Headers

Authorizationstring required

Requires a Company-scoped access token obtained through the Authorization Code flow or the Refresh Token flow.

The refresh token needs to have been obtained through the Authorization Code flow.

Request body

BenefitRenewalRequestsUpdateBenefitRenewalRequest required

Upsert benefit offers Renewal Request.

This endpoint requires and returns country-specific data. The exact required and returned fields will vary depending on which country the employment is in. To see the list of parameters for each country, see the Show form schema endpoint under the Show benefit renewal request schema category.

Please note that the compliance requirements for each country are subject to change according to local laws. Given its continual updates, using Remote's json-schema-form should be considered in order to avoid compliance issues and to have the latest version of a country requirements.

If you are using this endpoint to build an integration, make sure you are dynamically collecting or displaying the latest parameters for each country by querying the "Show benefit renewal request schema" endpoint.

For more information on JSON Schemas, see the How JSON Schemas work documentation.

To learn how you can dynamically generate forms to display in your UI, see the documentation for the json-schema-form tool.

Response

Success

Example response

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