partially update one existing task
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Task Identifier
identifieruuid(required)- task unique identifier
Company UUID
companyUuiduuid(required)
Task Title
titlestring(required)
Task Description
descriptionstring
Task Type
taskTypestring- enum (required)
dataCollection,informationSharing,training,backgroundCheck,tinCheck,i9,w4,documentSigning,universal,partnerTask,video,internalDataReview,internal,ExternalAction,compliance
Sub Type
subTypestring- enum
- Allowed:
defaultiframewebhookworkatoyoutube
Estimated Completion Minutes
estimatedCompletionMinutesnumber
Content
contentobject
Require Review
requireReviewboolean- true/false
Reuse in Rehire
reuseInRehireboolean- Defaults to true
- When true (default), the task completion is carried over to the rehire profile. When false, the task starts incomplete in the rehire profile. Ignored for I-9, W-4, Background Check, and TIN Check tasks (always start incomplete).
Is Internal
isInternalboolean- true/false
Internal Task Data
internalTaskDataobject
API Request Example
curl --request PATCH \
--url https://services.fountain.com/api/servicetodo/tasks/identifier \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"taskType": "dataCollection",
"reuseInRehire": true
}
'
Response Codes
202500