partially update one existing customAttribute

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

customAttribute unique identifier

uuid

uuid

companyUuid

uuid

Company UUID

label

string

required

key

string

dataType

string

enum

required

stringnumberdatebooleanselectaddressmediasignaturecomplianceDocument

Show 9 enum values

description

string

options

array of objects

options ADD object

resource

string

resourceIdentifier

uuid

readOnly

boolean

Defaults to false

If true, this attribute cannot be modified. Can only be set by system.

truefalse

hidden

boolean

Defaults to false

If true, this attribute won't be shown. Can only be set by system.

truefalse

protected

boolean

Defaults to false

If true, this attribute can only be accessed by users with certain rights.

truefalse

hireDataKeyId

integer

The ID of the hire data key

``202 updated customAttribute. Wrapped in a JsonAPI root response.

``500 default error response

Updatedabout 2 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request PATCH \

--url https://services.fountain.com/api/serviceworkforce/customAttributes/identifier \

--header 'accept: application/json' \

--header 'content-type: application/json' \

--data '

{

"dataType": "string",

"readOnly": false,

"hidden": false,

"protected": false

}

'

application/json

202500

Updatedabout 2 months ago