Update a job and replace its Company Attributes with the payload
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
jobUuid
uuid
required
UUID of the job to update
jobPayload
object
Fields to update on the job. Uses the job schema; provide only the fields to change.
jobPayloadobject
customAttributesPayload
array of objects
Replacement list of Company Attributes to attach to the job. Attribute may be referenced by UUID or key and value must match the attribute's configured data type. Omit the field to leave the job's existing attributes unchanged; provide an empty array ([]) to remove all attributes from the job.
customAttributesPayload
ADD object
``204
Updated successfully. No content returned.
``400 default error response
``404 default error response
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request PATCH \
--url https://services.fountain.com/api/serviceworkforce/processes/jobs/jobUuid/custom_attributes \
--header 'accept: application/json' \
--header 'content-type: application/json'
**Click `Try It!` to start a request and see the response here! Or choose an example:**
application/json
``400``404
* * *