v4

OpenAPI 3.0.12026-07-3189233676.2 KB
Orders

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

first_namestring
last_namestring
ssnstring nullable
refresh_approvedboolean

Flag that indicates approval for notification to reconnect the account to be sent.

notesstring nullable

Free text field for notes associated with the order

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