API Reference
Log In
API Reference

Create a job and replace its Company Attributes with the payload

Creates a Job and upserts its Company Attributes in one request. The provided customAttributesPayload replaces the entire set of attributes attached to the job: attributes omitted from the payload will be removed, attributes present will be created/updated. Values must match the attribute data type configured for the company attribute.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
jobPayload
object
required

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

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*
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json