put https://sandbox.alloy.co/v1/journeys//applications/
This endpoint has 3 different use cases:
- Send the additional or updated data required to advance the application.
- Only available if one or more entity applications have the statuses
pending_documents
,pending_step_up
, ordata_request
.
- Only available if one or more entity applications have the statuses
- Send new, additional entities to be processed.
- Only available if the parameter
do_await_additional_entities
was set totrue
in the POST request to create the journey application.
- Only available if the parameter
- Inform the system that the user has finished sending all additional entities by passing the parameter
has_finished_sending_additional_entities
with valuetrue
.- Only available if the parameter
do_await_additional_entities
was set totrue
in the POST request to create the journey application.
- Only available if the parameter
Any of the headers used with the original application (ex: alloy-sandbox
) will also be used here.