Create Loan Audit for Closing Order

Creates the initial audit job for a closing order. This will run asynchronously until it has completed. Mavent Audit is included for pre-Closing orders. A webhook notification will be generated when complete.

Response Codes

Response CodeDescription
200 SUCCESSThe loan audit was successfully run on the loan file.
401 UNAUTHORIZEDAuthorization information was missing from the request or the token is expired.
404 NOT FOUNDIndicates the Loan does not exist or the entityType URN is malformed.
500 INTERNAL SERVER ERRORIndicates an unexpected error occurred when trying to run the audit. Error information is provided in the response body.
Language