Property List
Retrieves the primary property's detail data for a process. This endpoint validates the existence of the specified mortgage process for the current broker before retrieving property details. If the process does not exist or does not belong to the broker, a validation error is returned. The response is localized using the language configured in the current request context.
path Parameters
processUniqueIdUnique identifier of the process
Headers
AuthorizationBearer token for authentication. Format: Bearer {token}
Property List › Responses
The primary property details were successfully retrieved.
Property Update
Updates the primary property's detail data for a process. This endpoint updates the primary property associated with a mortgage process. The request body is mapped to a service-level model and validated against the process, property, and broker context. If validation errors occur, they are returned to the caller. Upon successful validation, the update is persisted using the current broker and user identifiers for auditing purposes.
path Parameters
processUniqueIdUnique identifier of the mortgage process.
propertyUniqueIdUnique identifier of the property to update.
Headers
AuthorizationBearer token for authentication. Format: Bearer {token}
Property Update › Request Body
grossBuiltAreaGross built area in square meters (optional)
yearBuiltYear the property was built (optional)
acquisitionAmountAcquisition amount paid for the property (optional)
acquisitionDateDate of property acquisition (optional)
addressStreet address of the property (optional)
doorNumberDoor number of the property (optional)
floorFloor of the property (optional)
districtIdIdentifier of the district where the property is located (optional)
countyIdIdentifier of the county where the property is located (optional)
parishIdIdentifier of the parish where the property is located (optional)
zipCodePostal code (optional)
zipCodeLocalLocality for the postal code (optional)
Property Update › Responses
The property was successfully updated.