v1.3.0
about 5 years ago by ReadMe API
Changelog
- added: "Borrowers" Resource with the following Methods and Subroutes: POST /borrowers, PATCH /borrowers/id, and DELETE /borrowers/id
- added: "Realtors" Resource with the following Method: POST /realtors
- added: Subroutes on the "Loans" Resource: POST /loans/los-milestones, GET /loans/id/application-details, and PUT /loans/id/application-details
- added: ENUM for "loanType" Request Parameter on POST /loans: HELOAN
- added: ENUM for "format" Request Parameter on GET /loans/id: json. This is now the default format
- added: Response Parameter on GET /loans/id: loanOriginator
- added: Query Parameter on GET /loans/id/documents: includeAllDocuments