create one or multiple jobs
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
jobarray
name
string
required
length ≥ 1
Job name
description
string
externalDescription
string
Applicant-facing job description; supports HTML.
companyUuid
uuid
Company UUID
allowUnscheduledShift
boolean
truefalse
externalPosition
object
externalPositionobject
``201 One or many job documents created. Wrapped in a JsonAPI root response.
``409 default error response
``500 default error response
Updated about 2 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/serviceworkforce/jobs \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
201409``500
Updated about 2 months ago