ListDocuments-Synchronous Request / Response samples

Request


{
  "contentIdentifier": "Deposit.PKG.DepositAccountOpening",
  "passthroughIdentifier": "Example"
}

Response

{
    "ListDocumentsResult": {
        "PassthroughIdentifier": "MyPassThroughID",
        "Documents": [
            {
                "DocumentID": "PKGD.AssignmentOfRealEstateSecurityInstrument",
                "StoredDocID": "PKGD.AssignmentOfRealEstateSecurityInstrument".
                "DisplayName": "Assignment of Real Estate Security Instrument",
                "Type": "Dynamic",
                "Phase": "Mortgage2Closing",
                "PackageID": "PKG.Mortgage2Closing"
            },
            {
                "DocumentID": "PKGD.AuthorizationDocument",
                "StoredDocID": "PKGD.AuthorizationDocument".
                "DisplayName": "Authorization",
                "Type": "Dynamic",
                "Phase": "Mortgage2Closing",
                "PackageID": "PKG.Mortgage2Closing"
            }
        ]
     }
}