v4
OpenAPI 3.0.12026-07-3189233676.2 KBOrders
Update an order
The endpoint updates the order. Update only available if all employers in one of statuses: pending, sent.
patch/v1/orders/{id}/
Request body
Example request
{
"loan": {
"loan_number": "MUUT220700012",
"application_number": "APP-2207-0001",
"originator_name": "John Doe",
"originator_email": "john@example.com",
"loan_processor_name": "John Doe",
"loan_processor_email": "john@doe.com",
"external_id": "c505e0f1b4134fdc853fc87e7d2cc4a5",
"funding_date": "2024-08-24"
}
}Response
Empty body