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

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