create one or multiple companyAttributes

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

companyAttributearray

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

``201 One or many companyAttribute documents created. Wrapped in a JsonAPI root response.

``500 default error response

Updatedabout 2 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

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

--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

201500

Updatedabout 2 months ago