POST
/
employer
/
benefits
/
{benefit_id}
curl --request POST \
  --url https://api.tryfinch.com/employer/benefits/{benefit_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>' \
  --header 'Finch-API-Version: <finch-api-version>'
{
  "benefit_id": "6547e3aa-d887-4a77-bd41-17221e17cce3"
}

Availability: Automated and Assisted providers

This is a live request to the provider. Latencies may vary from seconds to minutes depending on the provider.

Authorizations

Authorization
string
headerrequired

Please use your Access Token

Headers

Finch-API-Version
string
default: 2020-09-17required

Header used to specify the version for a given API request. Current version is 2020-09-17.

Content-Type
string
default: application/jsonrequired

Used to indicate the original media type of the resource

Path Parameters

benefit_id
string
required

Body

application/json
description
string

Updated name or description.

Response

200 - application/json
benefit_id
string