V1 Update Document

Updates properties of a specified document.

Path Params
string
required

The unique identifier assigned to the loan.

string
required

The unique identifier assigned to the document.

Query Params
string

Optional. View type parameter. Enumerations: entity, id When no view parameter is provided, the API will return 204 - No Content with no response body.

Body Params
string

Borrower Pair Name of the document.

string

Unique identifier of the milestone assigned to the document.

boolean

Indicates whether the document is available for Encompass WebCenter. Example: TRUE

boolean

Indicates whether the document is available for Encompass TPO WebCenter. Example: TRUE

boolean

Indicates whether the document is available for Third Parties. Example: TRUE

boolean

Indicates whether the document is requested. Example: TRUE

string

UserId of the user who marked the document as requested. Example: string

boolean

Indicates whether the document is re-requested. Example: TRUE

string

Re-requested Date from the Status area in Document Details window. Example: 2017-01-07T01:57:23.107Z

string

UserId of the user who marked the document as re-requested.

integer

Number of days when a requested document is due. Example: 0

boolean

Indicates whether the document is received. Example: TRUE

string

UserId of the user who marked the document as received.

integer

Number of days a received document is valid. Example: 0

string

UserId of the user who marked the document as reviewed.

boolean

Indicates whether the document is reviewed. Example: TRUE

boolean

Indicates the document is ready for underwritingReady for UW Date from Status area in Document Details window. Example: TRUE

string

UserId of the user who marked the document as ready for underwriting.

boolean

Indicates whether the document is ready for shipping. Example: TRUE

string

UserId of the user who marked the document as ready to ship.

string

The date a received document will expire. Example: 2017-01-07T01:57:23.053Z

string

UserId of the user who created the document or comment.

string

User Name of the user who created the comment.

string

Date the document or comment was added. Example: 2017-01-07T01:57:23.053Z

string

The title of the file.

string

Description of the document in the Encompass eFolder UI.

string

Person or company the document is being requested by.

string

Identifies which borrower pair (or “All”) the document will be assigned to.

string

EPASS Signature that is used by thick client EMN integrations.

string

Initially, the document status is Needed, and then transitions through the various flows based on actions taken in the eFolder. Possible values are:

  • Added
  • Cleared
  • Expected
  • Fulfilled
  • PastDue
  • Ready for UW
  • Ready to Ship
  • Received
  • Rejected
  • Requested
  • Rerequested
  • Reviewed
  • Waived
date

Date the current status was achieved. Example: 2017-01-07T01:57:23.085Z

date

Date the document was requested. Example: 2017-01-07T01:57:23.085Z

date

Date the document is expected to be received by. Example: 2017-01-07T01:57:23.085Z

date

Date the document was received. Example: 2017-01-07T01:57:23.085Z

date

Date the document was reviewed by processor or role user. Example: 2017-01-07T01:57:23.085Z

date

Date the document is ready for underwriting to review. Example: 2017-01-07T01:57:23.085Z

date

Date the document is ready for shipping to investor. Example: 2017-01-07T01:57:23.085Z

string

Unique identifier of the entity. Example: 12345

string

The entity type for documents, is “document”. The entity type for attachments, is “attachment”. The entity type for roles, is "role".

string

List of comments.

integer

Unique identifier of the role that this comment was assigned to. Example: 0

string

GUID. Unique identifier of the comment.

string

Name of the entity.

string

Location of the entity. Example: /v1/documents/123/attachment/12345

Headers
string
required

Bearer token

Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
LoadingLoading…