Document type Allowed Values: [‘TITLE_INFORMATION_DOCUMENT’]
Download Lodgement Document - PDF
This API is used to download document content in PDF format from an existing workspace
Query Parameters
Path Parameters
Lodgement case id
Headers
The unique identifier for the request
Response
application/octet-stream
Response
OK
Authentication
Path Parameters
Query Parameters
Headers
curl --request GET \
--url 'https://api.pexa.co.uk/partner/api/platformconnect/v1/lodgement-cases//documents?document_type=' \
--header 'Accept: application/octet-stream, application/json' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/octet-stream'"%PDF-1.4 % 1 0 obj << /Type /Catalog /Version /1.7 /Pages 2 0 R >> endobj 3 0 obj << /CreationDate (D:20230811125238+00'00') /Producer (openhtmltopdf.com) /Title (Mortgage Deed) >> endobj 2 0 obj << /Type /Pages /Kids [4 0 R] /Count 1 >> endobj 4 0 obj << /Type /Page /MediaBox [0.0 0.0 595.275 841.875] /Parent 2 0 R /Contents 5 0 R /Resources 6 0 R >> endobj 5 0 obj << /Length 2649 /Filter /FlateDecode >> stream ……… ……… ……… ……… endstream endobj 6 0 obj << /Font 7 0 R >> endobj 7 0 obj << /F1 8 0 R /F2 9 0 R >> endobj 8 0 obj << /Type /Font /Subtype /Type1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 9 0 obj << /Type /Font /Subtype /Type1 /BaseFont /Helvetica-Bold /Encoding /WinAnsiEncoding >> endobj xref 0 10 0000000000 65535 f 0000000015 00000 n 0000000192 00000 n 0000000078 00000 n 0000000249 00000 n 0000000365 00000 n 0000003089 00000 n 0000003122 00000 n 0000003163 00000 n 0000003260 00000 n trailer << /Root 1 0 R /Info 3 0 R /ID [<0C3941FE18ED1D13A75215A5CFC207E1> <0C3941FE18ED1D13A75215A5CFC207E1>] /Size 10 >> startxref 3362 %%EOF\n"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
{}curl --request PATCH \
--url https://api.pexa.co.uk/partner/api/platformconnect/v1/lodgement-cases//applications/ \
--header 'Accept: application/json' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data '{}'{
"applicationId": "applicationId",
"applicationType": "MORTGAGE_DEED",
"status": "status",
"submittedAt": "submittedAt",
"submittedBy": "submittedBy",
"auditAttributes": {
"createdAt": "createdAt",
"createdBy": "createdBy",
"lastModifiedAt": "lastModifiedAt",
"lastModifiedBy": "lastModifiedBy"
},
"file": {
"fileId": "fileId",
"fileName": "sample_document.pdf",
"fileUploadStatus": "SUCCESS",
"auditAttributes": {
"createdAt": "createdAt",
"createdBy": "createdBy",
"lastModifiedAt": "lastModifiedAt",
"lastModifiedBy": "lastModifiedBy"
}
},
"attributes": {
"applicationType": "applicationType",
"transactionValue": 100,
"landRegistryFee": 100,
"certificationType": "CERTIFIED",
"mortgageDeedReference": "DN100",
"mortgageDeedReferenceType": "PAPER",
"isEffective": true
}
}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
Authentication
Path Parameters
Headers
Body
{
"file": "sample_document.pdf",
"documentType": "MORTGAGE_DEED",
"documentCategory": "APPLICATION_DOCUMENT",
"certificationType": "CERTIFIED"
}curl --request POST \
--url https://api.pexa.co.uk/partner/api/platformconnect/v1/lodgement-cases//applications//attachments \
--header 'Accept: application/json' \
--header 'Authorization: Bearer' \
--header 'Content-Type: multipart/form-data' \
--data '{
"file": "sample_document.pdf",
"documentType": "MORTGAGE_DEED",
"documentCategory": "APPLICATION_DOCUMENT",
"certificationType": "CERTIFIED"
}'{
"fileId": "fileId"
}Upload Document
This API is used to upload documents to workspace such as offer document as well as 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
Workspace id
Headers
The unique identifier for the request
Body
multipart/form-data
Body
Allowed format: [PDF]
Example:sample_document.pdf
Allowed values: [MORTGAGE_DEED,
BIRTH_CERTIFICATE,
CORRESPONDENCE,
EVIDENCE,
IDENTITY_EVIDENCE,
IDENTITY_FORM,
MARRIAGE_CERTIFICATE,
STATEMENT_OF_TRUTH,
STATUTORY_DECLARATION,
MORTGAGE_OFFER,
REDEMPTION_STATEMENT,
PG82_CERTIFICATE,
COMPANIES_HOUSE_CERTIFICATE,
COMPANIES_HOUSE_EVIDENCE]
Example:MORTGAGE_DEED
To attach the uploaded document to a specific application, the corresponding Application ID must be provided. This value is not required when uploading a document to Workspace without having to attach to an application.
Example:123e4567-e89b-12d3-a456-426614174000
Allowed values: [APPLICATION_DOCUMENT,
SUPPORTING_DOCUMENT,
WORKSPACE_SUPPORTING_DOCUMENT]
Example:APPLICATION_DOCUMENT
Allowed values: [CERTIFIED, ORIGINAL, SCANNED]
Match pattern:(CERTIFIED|ORIGINAL|SCANNED)
Example:CERTIFIED
Response
application/json
Response
ACCEPTED
Authentication
Path Parameters
Headers
Body
{
"file": "sample_document.pdf",
"documentType": "MORTGAGE_DEED",
"documentCategory": "APPLICATION_DOCUMENT"
}curl --request POST \
--url https://api.pexa.co.uk/partner/api/platformconnect/v1/workspaces//files \
--header 'Accept: application/json' \
--header 'Authorization: Bearer' \
--header 'Content-Type: multipart/form-data' \
--data '{
"file": "sample_document.pdf",
"documentType": "MORTGAGE_DEED",
"documentCategory": "APPLICATION_DOCUMENT"
}'{
"fileId": "fileId"
}Download Title Document - JSON
This API is used to download document content in JSON format from an existing workspace
Query Parameters
Supported document types in title
Allowed values:TITLE_REGISTERTITLE_INFORMATION_DOCUMENTEARLY_COMPLETION_TITLE_INFORMATION_DOCUMENT
Path Parameters
Lodgement case id
Title id
Headers
The unique identifier for the request
Response
application/json
Response
OK
Show Child Parameters
Authentication
Path Parameters
Query Parameters
Headers
curl --request GET \
--url https://api.pexa.co.uk/partner/api/platformconnect/v1/lodgement-cases//titles//title-documents \
--header 'Accept: application/json' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json'{
"records": [
{
"titleDocumentId": "64c95d57-b54d-460f-9a85-ef3612f35a03",
"documentType": "TITLE_INFORMATION_DOCUMENT",
"fileId": "e24c1119-4f17-4f20-90f9-bcbfa4fdfa03",
"documentAttributes": {
"propertyAddress": {
"lineOne": "36 Lets B Avenue",
"lineTwo": "Bodmin"
},
"title": {
"titleNumber": "WK500270"
},
"proprietorship": {
"registeredProprietors": [
{
"individual": {
"forenames": "Sidney",
"surname": "Youngblood"
},
"addresses": [
{
"lineOne": "5 Cromwell Street",
"lineTwo": "Gloucester",
"lineThree": "Gloucestershire",
"postcode": "GL1 1RE"
}
]
}
]
},
"charges": [
{
"chargeDate": "2012-05-21",
"registrationDate": "2012-05-22",
"chargeeParties": [
{
"organizationName": "Abbey National PLC",
"address": {
"lineOne": "Deeds Services",
"lineTwo": "101 Midsummer Boulevard",
"lineThree": "Milton Keynes",
"postcode": "MK9 1AA"
}
}
],
"additionalDetails": {
"restrictionDetails": [
{
"chargeRestriction": {
"reason": "RESTRICTION: No disposition",
"chargeParty": "Abbey National PLC",
"chargeDate": "2012-05-21"
}
}
]
}
}
]
}
}
]
}