v1
latestOpenAPI 3.0.3MIT2026-07-267013.8 KBSubmit task data
Send data to complete a task in a customer’s journey. See the submit data guide for details.
post/journey/task/update
Request body
Example request
{
"intent": "Complete",
"instanceId": "PiIbYsgiHp4R8JPz2vU5Y9l4",
"taskId": "Tkob6dMMHp4R8JPz2vU5Y9l4",
"context": {
"subject": {
"identity": {
"currentAddress": {
"country": "GBR",
"postalCode": "BA133BN",
"locality": "Westbury",
"thoroughfare": "High Street",
"building": "4",
"administrativeArea": "Wilts"
},
"dateOfBirth": "1967-01-01",
"firstName": "pari",
"middleNames": [
"c"
],
"lastNames": [
"powell"
]
}
}
}
}Response
Task data submitted successfully.