create one or multiple customAttributes
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
customAttributearray
uuid
companyUuid
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
``201 One or many customAttribute documents created. Wrapped in a JsonAPI root response.
``500 default error response
Updated about 2 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/serviceworkforce/customAttributes \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"dataType": "string",
"readOnly": false,
"hidden": false,
"protected": false
}
'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
201500
Updated about 2 months ago