ECD
Get estimate completion date of associated application reference
Get estimated completion date for register create/update applications associated to application reference.
get/v1/applications/{application_reference}/estimate-completion-date
Path parameters
application_referencestring required
HMLR generated unique set of characters that identifies applications
HMLR generated unique set of characters that identifies applications.
Response
Successfully retrieved the application estimate completion date
Example response
{
"data": {
"estimated_completion_dates": [
{
"probability": 0.9
}
]
}
}