Add or Update Values for List Fields

This resource accepts one or more options. To update an option, specify an ID. You may also remove an option from the list of current values by archiving the value. To create a new option, do not specify an "id" attribute.

Log in to see full request history

Sample Request

{ "options": [ { "value": "New Value" }, { "id": 11412, "archived": "yes", "value": "Updated Value" } ] }
Path Params
string
required

The subdomain used to access BambooHR. If you access BambooHR at https://mycompany.bamboohr.com, then the companyDomain is "mycompany"

string
required
Body Params
options
array of objects
options
Responses

Language
Credentials
:
Click Try It! to start a request and see the response here!