⬆️Update Address Document
A Customers residential Address Document may be updated if required.
Update Address Document
PATCH
{{baseUrl}}/address-documents/:address_document_id
The Customers Address Document record can be changed/updated whilst maintaining the same address_document_id
.
Path Parameters
Name
Type
Description
address_document_id*
String
The UUID for an Address Document that gets generated and returned in the POST Create Address Document response.
Request Body
Name
Type
Description
document *
File
This needs to be a PDF document that the customer uploads as a proof of address. It needs to contain the customer's physical address that they created in the POST Create New Address call.
Last updated