partially update one existing companyAttribute
| 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 identifieruuid
label
string
requiredkey
stringdataType
string
enum
required
string, number, date, boolean, select, address, media, signature, complianceDocument
Show 9 enum valuesdescription
stringoptions
array of objects
options
ADD objecthireUuid
uuidreadOnly
boolean
Defaults to false
true / falseattachedToModel
string
enum
Defaults to location
location, locationGroup, job, opening
202 updated companyAttribute. Wrapped in a JsonAPI root response.
500 default error response
Updated about 2 months ago
xxxxxxxxxx
curl --request PATCH \
--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
{"202": "success", "500": "error"}
Updated about 2 months ago