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

jobPayload

object

required

Fields to create the job. Uses the job schema; at minimum name is required.

jobPayloadobject

customAttributesPayload

array of objects

required

List of Company Attributes to attach to the job. Provide the attributes you want created along with the job. If the field is omitted, the job will be created without company attributes. If you provide an empty array ([]) the job will be created with no attributes.

customAttributesPayload*

ADD object

``201 Created successfully. Wrapped in a JsonAPI root response.

``400 default error response

``404 default error response

``409 default error response

Updated about 2 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request POST \

--url https://services.fountain.com/api/serviceworkforce/processes/jobs/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

201400404409

Updated about 2 months ago