Response Codes
Apply a Plan Code
Response Code | Description |
---|---|
200 SUCCESS | Documents were added successfully. |
202 ACCEPTED | The plan code was successfully applied to the loan file. |
401 UNAUTHORIZED | Authorization information was missing from the request or the token is expired. |
404 NOT FOUND | Indicates the Loan does not exist or the entityType URN is malformed. |
500 INTERNAL SERVER ERROR | Indicates an unexpected error occurred when trying to get the plan codes. Error information is provided in the response body. |
Create Loan Audit
Response Code | Description |
---|---|
200 SUCCESS | The loan audit was successfully run on the loan file. |
401 UNAUTHORIZED | Authorization information was missing from the request or the token is expired. |
404 NOT FOUND | Indicates the Loan does not exist or the entityType URN is malformed. |
500 INTERNAL SERVER ERROR | Indicates an unexpected error occurred when trying to run the audit. Error information is provided in the response body. |
Generate Packages and Forms
Response Code | Description |
---|---|
200 SUCCESS | The doc set was generated successfully. |
401 UNAUTHORIZED | Authorization information was missing from the request or the token is expired. |
404 NOT FOUND | Indicates the Loan does not exist or the entityType URN is malformed. |
500 INTERNAL SERVER ERROR | Indicates an unexpected error occurred when trying to generate the doc set. Error information is provided in the response body. |
Add Documents to a Package
Response Code | Description |
---|---|
202 ACCEPTED | Request is accepted. |
401 UNAUTHORIZED | Authorization information was missing from the request or the token is expired. |
403 FORBIDDEN | The user does not have sufficient privileges to perform this action. |
404 NOT FOUND | Indicates the Loan does not exist or the entityType URN is malformed. |
500 INTERNAL SERVER ERROR | Indicates an unexpected error occurred when trying to add documents to the doc set. Error information is provided in the response body. |
Send Document Package
Response Code | Description |
---|---|
202 ACCEPTED | Request is accepted. |
401 UNAUTHORIZED | Authorization information was missing from the request or the token is expired. |
403 FORBIDDEN | The user does not have sufficient privileges to perform this action. |
404 NOT FOUND | Indicates the Loan does not exist or the entityType URN is malformed. |
500 INTERNAL SERVER ERROR | Indicates an unexpected error occurred when trying to add documents to the doc set. Error information is provided in the response body. |
Print On Demand
Response Code | Description |
---|---|
200 SUCCESS | The print order was generated successfully. |
400 BAD_REQUEST | The request payload is invalid because it is missing values for a required parameter. |
401 UNAUTHORIZED | Authorization information is missing from the request or the token is expired. |
403 FORBIDDEN | User has inadequate roles. |
404 NOT FOUND | The specified loan does not exist. |
500 INTERNAL SERVER ERROR | An exception occurred. |
Updated 12 months ago