replace one companyAttribute which exists or not

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

companyAttribute unique identifier

uuid

uuid

label

string

required

key

string

dataType

string

enum

required

stringnumberdatebooleanselectaddressmediasignaturecomplianceDocument

Show 9 enum values

description

string

options

array of objects

options ADD object

hireUuid

uuid

readOnly

boolean

Defaults to false

truefalse

attachedToModel

string

enum

Defaults to location

locationlocationGroupjobopening

Allowed:

location``locationGroup``job``opening

``202 companyAttribute replaced. Wrapped in a JsonAPI root response.

``500 default error response

Updatedabout 2 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request PUT \

--url https://services.fountain.com/api/serviceorganizations/companyAttributes/identifier \

--header 'accept: application/json' \

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

--data '

{

"dataType": "string",

"readOnly": false,

"attachedToModel": "location"

}

'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

202500

Updatedabout 2 months ago