workspace-id
Lodgement Case Summary
This API is used to get the lodgement case summary for an existing workspace
Query Parameters
Headers
The unique identifier for the request
Response
application/json
Response
OK
Show Child Parameters
Authentication
Query Parameters
Headers
Download Lodgement Document - PDF
This API is used to download document content in PDF format from an existing workspace
Query Parameters
Document type Allowed Values: [‘TITLE_INFORMATION_DOCUMENT’]
Path Parameters
Lodgement case id
Headers
The unique identifier for the request
Response
application/octet-stream
Response
OK
Authentication
Path Parameters
Query Parameters
Headers
Submit Lodgement Case to HMLR
This API is used to manually submit a lodgement case to HMLR for processing. This triggers the submission workflow for the specified lodgement case.
Path Parameters
Lodgement case id
Headers
The unique identifier for the request
Response
Response
NO CONTENT - Lodgement case submitted successfully
Authentication
Path Parameters
Headers
Update Lodgement Application Attribute
This API is used to update the attribute values for a given lodgement application id
Path Parameters
Lodgement case id
Application id
Headers
The unique identifier for the request
Body
application/json
Body
Example:100
Example:DN100
Allowed values:
[PAPER, DIGITAL]
Match pattern:^(PAPER|DIGITAL)$
Example:PAPER
Example:true
Response
application/json
Response
OK
Example:MORTGAGE_DEED
Show Child Parameters
Show Child Parameters
Show Child Parameters
Authentication
Path Parameters
Headers
Body
Upload and Attach Document
This API is used to upload & attach a document to the lodgement application associated to the workspace, such as a mortgage deed
Note: In the event of eDeed please update mortgageDeedReference and mortgageDeedReferenceType using Update Lodgement Application Attribute before uploading
Path Parameters
Lodgement case id
Application id
Headers
The unique identifier for the request
Body
multipart/form-data
Body
Allowed format: [PDF]
Example:sample_document.pdf
Allowed values: [MORTGAGE_DEED,
EVIDENCE,
CORRESPONDENCE,
IDENTITY_EVIDENCE,
IDENTITY_FORM,
BIRTH_CERTIFICATE,
MARRIAGE_CERTIFICATE,
STATEMENT_OF_TRUTH,
STATUTORY_DECLARATION,
PG82_CERTIFICATE,
COMPANIES_HOUSE_CERTIFICATE,
COMPANIES_HOUSE_EVIDENCE]
Example:MORTGAGE_DEED
Allowed values: [APPLICATION_DOCUMENT, SUPPORTING_DOCUMENT]
Example:APPLICATION_DOCUMENT
Allowed values: [CERTIFIED, ORIGINAL, SCANNED]
Match pattern:(CERTIFIED|ORIGINAL|SCANNED)
Example:CERTIFIED
Response
application/json
Response
ACCEPTED