Complete Journey API
An API endpoint using the POST method can be utilized to update the JourneyID's status as completed. It is designed to finalize a Journey ID to prevent further changes.
API Method
To update the JourneyID's status as completed
Request Body
Name
Type
Description
{
"status": "success",
"messageCode": null,
"message": null,
"completeDateTime": 1680775433552
}{
"status": "error"
}{
"status": "Internal Server Error"
}Input Example
{
"journeyId":"584c7dfb-XXXX-XXXX-XXXX-b324ccaad308"
}
Important Information
Last updated