partially update one existing employmentProfile
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
identifier
- uuid
- required
- employmentProfile unique identifier
Employment profile containing
- I-9, E-Verify, W-4, and worker cases
companyUuid
- uuid
- required
- Company UUID
peopleUuid
- uuid
- required
- UUID of the people record
i9Cases
- object
- I-9 cases associated with the profile
i9Cases object
- dataCollectionSubmitted
- boolean
- required
- Indicates if the data collection has been submitted
- truefalse
- boolean
everifyCases
- object
- E-Verify cases associated with the profile
everifyCases object
w4Cases
- object
- W-4 cases associated with the profile
w4Cases object
workerCases
- object
- required
- Worker cases associated with the profile
workerCases object
workerUuids
- array of uuids
- required
- Array of worker UUIDs associated with the profile (derived from workerCases)
- workerUuids*
- ADD uuid
- array of uuids
employeeIds
- array of objects
- Workbright employee IDs associated with the profile
- employeeIds
- ADD object
- array of objects
readOnly
- boolean
- required
- Indicates if the profile is read-only and cannot be modified
- truefalse
- boolean
`` 202 updated employmentProfile. Wrapped in a JsonAPI root response.
`` 500 default error response
Updated 3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request PATCH \
--url https://services.fountain.com/api/serviceemployment/employmentProfiles/identifier \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"dataCollectionSubmitted": true,
"readOnly": true
}
'
application/json
202500
Updated 3 months ago