Update a single field's value(s) for person in the given account.

Validation

Single List Selection: A list where only 1 value can be selected. When creating the list, each value should be between 1 and 250 non-empty characters.

Multi List Selection: A list where 0 or more values can be selected. When creating the list, each value should be between 1 and 250 non-empty characters.

Text: Min length: 0. Max length: 250

Date selector: Format: dd/MM/yyyy

Other: Max length: 2400

Checkbox: Accepted values: true or false

Currency: ^[0-9]{0,15}(\.[0-9]{0,2})?$

Currency should be greater or equal to zero, starts with 0 to 15 digits of 0-9 then optionally followed by . with 0 to 2 digits of 0-9

Phone: ^\+[1-9]\d{10,14}$

Phone starts with a + followed by 11 to 15 digits of 0-9 where the first digit is not 0


Permissions
Person: Write
HourlyProfile: Write
Private: Read
Finance: Read

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The Account ID

int64
required

The Person ID

int64
required

The field ID

Query Params
date-time
Body Params
values
array of strings
required
values*
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

OK

204

No Content (success)

400

Bad Request

401

Unauthorized

403

Forbidden - User doesn't have permissions on this resource, or the account or person couldn't be found

422

Unprocessable Entity

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!