Mortgage Order
Place a new order
Place a new order referencing a specific offerId and either an existing mortgage id (prolongation) or an application id (new mortgage) including all relevant information.
post/mortgages/orders
Headers
X-CorAPI-Client-IDstring required
ID of the client forwarded to the provider.
X-Correlation-IDstring required
Unique ID (defined by the caller) which will be reflected back in the response.
User-Agentstring required
Name and version of the of the Client software.
Request body
Example request
{
"offerId": "4bf92636-14a0-4511-98e2-acfde576e644",
"applicationId": "4bf92636-14a0-4511-98e2-acfde576e644",
"mortgageId": "4bf92636-14a0-4511-98e2-acfde576e644",
"orderId": "4bf92636-14a0-4511-98e2-acfde576e644",
"remark": "All documents verified at TPP"
}Response
created.
Example response
{
"id": "4bf92636-14a0-4511-98e2-acfde576e644"
}