GSE API GuideJul 30, 2020  · Encompass GSE Integrations & Services . 20.1 Major Release API Guide...

Preview:

Citation preview

  • Encompass GSE Integrations & Services 20.1 Major Release API Guide

    Last updated on: July 30, 2020

  • 2

    © 2020 EllieMae, Inc. Ellie Mae®, Encompass®, AllRegs®, DataTrac®, Ellie Mae Network™, Mavent®, Millennial Tracker™, Mortgage Returns®, Prospect Manager®, Total Quality Loan®, True CRM®, TQL® and the Ellie Mae logo are trademarks of Ellie Mae, Inc. or its subsidiaries. All rights reserved. Other company and product names may be trademarks or copyrights of their respective owners.

  • 3

    Contents Overview ...........................................................................................................................................................................................4

    Fannie Mae Services............................................................................................................................................................................4

    EarlyCheck .....................................................................................................................................................................................4

    CreateLenderTransaction-EarlyCheck_1003_NEWORDER ..................................................................................................................4

    CreateLenderTransaction-EarlyCheck_1003_Reissue.........................................................................................................................5

    CreateLenderTransaction-EarlyCheck_ULDD_NEWORDER..................................................................................................................6

    CreateLenderTransaction-EarlyCheck_ULDD_Reissue........................................................................................................................7

    GetAttachments_Response EarlyCheck ...........................................................................................................................................8

    Response....................................................................................................................................................................................9

    Desktop Underwriter (DU) .............................................................................................................................................................. 17

    CreateLenderTransaction-DU_GetFindings .................................................................................................................................... 17

    GetAttachments_DU .................................................................................................................................................................. 18

    GetAttachments_Response DU .................................................................................................................................................... 19

    Desktop Originator (DO) ................................................................................................................................................................. 21

    GetAttachments_DO .................................................................................................................................................................. 21

    GetAttachments_Response DO .................................................................................................................................................... 22

    Freddie Mac Services......................................................................................................................................................................... 24

    Loan Quality Advisor ...................................................................................................................................................................... 24

    CreateLenderTransaction-LQA_ULDD ........................................................................................................................................... 24

    GetAttachments_LQA................................................................................................................................................................. 25

    GetAttachments_Responses LQA ................................................................................................................................................. 26

    Response.................................................................................................................................................................................. 27

  • 4

    Overview This document lists the APIs, available at the time of the Encompass GSE Services 20. 1 Major Release, used for submitting and retrieving data from GSE Services.

    Fannie Mae Services EarlyCheck CreateLenderTransaction-EarlyCheck_1003_NEWORDER API for submitting a new 1003 order to EarlyCheck and getting reports from Fannie Mae.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUId}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-EC-PU", "credentials": { "userName": "{{username}}", "password": "{{password}}", "institutionID": "{{institutionID}}" }, "options": { "requestType": "NewOrder", "ausReportIdentifier": "", "ausReportLoanIdentifier": "", "fileFormat": "1003", "importConditions": "true", "conditionType": "preliminary" } } }

    NOTE: importConditions is set to “true” only if you want to import all conditions/messages. “conditionType” is applicable when "importConditions": "true". Possible values are “Preliminary” | “Underwriting”.

  • 5

    CreateLenderTransaction-EarlyCheck_1003_Reissue API for resubmitting a 1003 order to EarlyCheck and getting reports from Fannie Mae.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUId}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-EC-PU", "credentials": { "userName": "{{username}}", "password": "{{password}}", "institutionID": "{{institutionID}}" }, "options": { "requestType": "Reissue", "ausReportIdentifier": "221333", "ausReportLoanIdentifier": "1984155213", "fileFormat": "1003", "importConditions": "true", "conditionType": "preliminary" } } }

    NOTE: importConditions is set to “true” only if you want to import all conditions/messages. “conditionType” is applicable when "importConditions": "true". Possible values are “Preliminary” | “Underwriting”.

  • 6

    CreateLenderTransaction-EarlyCheck_ULDD_NEWORDER API for submitting a new ULDD order to EarlyCheck and getting reports from Fannie Mae.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUId}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-EC-PU", "credentials": { "userName": "{{username}}", "password": "{{password}}", "institutionID": "{{institutionID}}" }, "options": { "requestType": "NewOrder", "ausReportIdentifier": "", "ausReportLoanIdentifier": "", "fileFormat": "ULDD", "importConditions": "true", "conditionType": "preliminary" } } }

    NOTE: importConditions is set to “true” only if you want to import all conditions/messages. “conditionType” is applicable when "importConditions": "true". Possible values are “Preliminary” | “Underwriting”.

  • 7

    CreateLenderTransaction-EarlyCheck_ULDD_Reissue API for resubmitting a ULDD order to EarlyCheck and getting reports from Fannie Mae.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUId}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-EC-PU", "credentials": { "userName": "{{username}}", "password": "{{password}}", "institutionID": "{{institutionID}}" }, "options": { "requestType": "Reissue", "ausReportIdentifier": "1996258265", "ausReportLoanIdentifier": "1984155213", "fileFormat": "ULDD", "importConditions": "true", "conditionType": "preliminary" } } }

    NOTE: importConditions is set to “true” only if you want to import all conditions/messages. “conditionType” is applicable when "importConditions": "true". Possible values are “Preliminary” | “Underwriting”.

  • 8

    GetAttachments_Response EarlyCheck API to create a transaction for retrieving existing EarlyCheck report attached to the Encompass loan.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "status": "success", "resources": [ { "id": "FNMA-EarlyCheck.htm", "name": "EARLYCHECKRESULTS_HTML", "mimeType": "text/html", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/FNMA-EarlyCheck.htm?tokencreator=Encompass&tokenexpires=1581313904&token=zhtgEa9U2DuIRpNo8dARcAWgUfuDENMGZKbQcat0mn5Z3jlfAe0CzwKnSGMuLqeWbunLz58Elih4hc4L5%2bLEXQ%3d%3d" }, { "id": "FNMA-EarlyCheck.xml", "name": "EARLYCHECKRESULTS_XML", "mimeType": "application/xml", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/FNMA-EarlyCheck.xml?tokencreator=Encompass&tokenexpires=1581313904&token=rHayqbiunOPrmUyJujeNYBnMfyvj%2bggo8Yy9zitnZw3dnXFyCVgTYZkn2jVQ2usceL0WTsPFAAzuq7kgdG54Zg%3d%3d" } ], "product": { "partnerID": "10000034", "productName": "AUS-EC-PU", "displayName": "Fannie Mae EarlyCheck", "category": "AUS", "entityRef": { "entityId": "67ba8596-2943-479a-a0fa-6a80a89608cc", "entityType": "urn:elli:encompass:loan" }, "creationDate": "2020-02-09T21:35:51Z", "lastUpdatedDate": "2020-02-09T21:36:16Z", "orderedBy": "urn:elli:encompass:DEBE11170913:user:admin" } }

  • 9

    Response { "id": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "name": "CreateResponseAPI", "description": "", "auth": null, "events": null, "variables": [], "order": [ "0602ffb5-a9af-49cd-9876-f4400dfcce17", "61a62493-9ed6-4b65-ae71-56e35402a342", "bca32e50-9642-4b2c-b896-7ff4afe2c5d8", "588007a6-45bf-422d-977e-655a255fff8e", "8324c472-029e-4d41-9b9d-cc3207e0b234", "0dcc49f4-9335-4dbf-8788-64ee85126dbd", "23ca6df7-6c25-432d-ba00-78e04917e809" ], "folders_order": [], "folders": [], "requests": [ { "id": "0602ffb5-a9af-49cd-9876-f4400dfcce17", "name": "CreateLenderTransaction-EarlyCheck_1003_NEWORDER", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": "", "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": "", "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxlcHBzbG91c2VyX2V2cCIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1Nzk5NTQzMzIsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.nE5DdwjZmZkyp2JaVCYPP31vgCyvYWj18_9Bf468ORoRiJ-37ACt8ihBbFwRR2WQPzddS0G0nBZvWf79NQtcNg" }, { "description": "", "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [],

  • 10

    "queryParams": [], "auth": null, "events": [], "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n \"product\": {\r\n \"entityRef\": {\r\n \"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n },\r\n \"name\": \"AUS-EC-PU\",\r\n \"credentials\": {\r\n \"userName\": \"c00r9enq\",\r\n \"password\": \"Em@e46qc\",\r\n \"institutionID\": \"724287\"\r\n },\r\n \"options\": {\r\n \"requestType\": \"NewOrder\",\r\n \"miCompany\": \"EssentGuaranty\",\r\n \"projectType\": \"T/FannieMaeReview\",\r\n \"ausReportIdentifier\": \"\",\r\n \"validationId\": \"\",\r\n \"fileFormat\": \"1003\",\r\n \"importConditions\": \"true\",\r\n \"conditionType\": \"underwriting\",\r\n \"orderMode\":\"\"\r\n },\r\n \"clientEntity\": {\r\n \"activeVersion\": \"\",\r\n \"configName\": \"\"\r\n }\r\n }\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxlcHBzbG91c2VyX2V2cCIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1Nzk5NTQzMzIsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.nE5DdwjZmZkyp2JaVCYPP31vgCyvYWj18_9Bf468ORoRiJ-37ACt8ihBbFwRR2WQPzddS0G0nBZvWf79NQtcNg\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "0dcc49f4-9335-4dbf-8788-64ee85126dbd", "name": "CreateLenderTransaction-DU", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxhZG1pbiIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzkwOTQxOTQsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.N-9Oda3YdsY4Po-yDMlB0AzY27RT67q4RaBt_H7C8g_z7nQUhvqhqjZWmDi5hmuzqB4Mrum8b_H4DduX-tABtQ" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json"

  • 11

    } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n \"product\": {\r\n \"entityRef\": {\r\n \"entityId\": \"c469a550-d123-4d8b-93b7-b8a6a7eaead5\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n },\r\n \"name\": \"AUS-DU\",\r\n \"credentials\": {\r\n \"userName\": \"c00r9enq\",\r\n \"password\": \"Em@e46qc\",\r\n \"institutionID\": \"210043\"\r\n },\r\n \"options\": {\r\n \"requestType\": \"GetFindings\",\r\n \"ausReportIdentifier\": \"1995383448\"\r\n },\r\n \"preferences\": {\r\n \"importConditions\": \"false\",\r\n \"conditionType\": \"Preliminary\"\r\n }\r\n }\r\n}\r\n", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxhZG1pbiIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzkwOTQxOTQsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.N-9Oda3YdsY4Po-yDMlB0AzY27RT67q4RaBt_H7C8g_z7nQUhvqhqjZWmDi5hmuzqB4Mrum8b_H4DduX-tABtQ\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "23ca6df7-6c25-432d-ba00-78e04917e809", "name": "CreateLenderTransaction-CBCT", "url": "http://localhost:52583/services/v1/partners/10000172/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMTcyIiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzA5Njg3MDksImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.rVHDPWGKVb5bUCvBjaJPv0CAF9Wg-aY9X6SrvYSCTB0mQDIoXBmIWgr190XsEAX6NASkrAm1nXCN2ieH9pevzw" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text",

  • 12

    "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\r\n \"product\": {\r\n\r\n \"entityRef\": {\r\n\r\n \"entityId\": \"a7dad86e-3c06-41f3-af8d-6ba752ceefa4#_borrower1\",\r\n\r\n \"entityType\": \"urn:elli:encompass:loan:borrower\"\r\n\r\n },\r\n\r\n \"name\": \"Credit-CBCTAvantus\",\r\n\r\n \"credentials\": {\r\n\r\n \"userName\": \"elliemae\",\r\n\r\n \"password\": \"4LLi4ma$$\"\r\n\r\n },\r\n\r\n \"options\": {\r\n\r\n \"requestType\": \"NewOrder\",\r\n\r\n \"reportOn\": \"Individual\",\r\n\r\n \"reportType\": \"Merge\",\r\n\r\n \"note\": \"\",\r\n\r\n \"creditReportIdentifier\": \"\",\r\n\r\n \"creditBureauExperian\": \"true\",\r\n\r\n \"creditBureauEquifax\": \"false\",\r\n\r\n \"creditBureauTransUnion\": \"true\"\r\n\r\n },\r\n\r\n \"preferences\": {\r\n\r\n \"importLiabilities\": \"true\",\r\n\r\n \"excludeZeroforImportLiabilities\": \"true\"\r\n\r\n },\r\n\r\n \"clientEntity\": {\r\n\r\n \"activeVersion\": \"\",\r\n\r\n \"configName\": \"\"\r\n\r\n }\r\n\r\n }\r\n\r\n}\r\n", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMTcyIiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzA5Njg3MDksImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.rVHDPWGKVb5bUCvBjaJPv0CAF9Wg-aY9X6SrvYSCTB0mQDIoXBmIWgr190XsEAX6NASkrAm1nXCN2ieH9pevzw\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "588007a6-45bf-422d-977e-655a255fff8e", "name": "CreateLenderTransaction-EarlyCheck_ULDD_Reissue", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA"

  • 13

    }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-EC-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"c00r9enq\",\r\n\t\t\t\"password\": \"Em@e46qc\",\r\n\t\t\t\"ecinstid\": \"724287\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"Reissue\",\r\n\t\t\t\"miCompany\": \"EssentGuaranty\",\r\n\t\t\t\"projectType\": \"T/FannieMaeReview\",\r\n\t\t\t\"ausReportIdentifier\": \"1996258265\",\r\n\t\t\t\"validationId\": \"1984155213\",\r\n\t\t\t\"fileFormat\": \"ULDD\",\r\n\t\t\t\"importConditions\": \"true\",\r\n\t\t\t\"conditionType\": \"preliminary\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "61a62493-9ed6-4b65-ae71-56e35402a342", "name": "CreateLenderTransaction-EarlyCheck_1003_Reissue", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTEx

  • 14

    MTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-EC-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"c00r9enq\",\r\n\t\t\t\"password\": \"Em@e46qc\",\r\n\t\t\t\"ecinstid\": \"724287\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"Reissue\",\r\n\t\t \"miCompany\": \"EssentGuaranty\",\r\n\t\t\t\"projectType\": \"T/FannieMaeReview\",\r\n\t\t\t\"ausReportIdentifier\": \"1996258265\",\r\n\t\t\t\"validationId\": \"1984155213\",\r\n\t\t\t\"fileFormat\": \"1003\",\r\n\t\t\t\"importConditions\": \"true\",\r\n\t\t\t\"conditionType\": \"underwriting\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "8324c472-029e-4d41-9b9d-cc3207e0b234", "name": "CreateLenderTransaction-LQA_ULDD", "url": "http://localhost:52583/services/v1/partners/10000035/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true,

  • 15

    "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMDM1IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzMyMTUwODMsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.AFlWd2HjQ-dtl2-j8MhTiAKjvsUTs4y8YW24Ajm7NpIB7FiHtHA5YplmGKCwKrKwgH5JGLJ-sxNAJKUCgBfHZA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"2ea127c2-6da8-45e8-a89a-b8ef4218bb7d\",\r\n\t\t\t\"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-LQA-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"ellimaeCTE_ELQASys2Sys\",\r\n\t\t\t\"password\": \"h1X}iZ4;1\",\r\n\t\t\t\"sellerServicerNumber\": \"000165\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"NewOrder\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMDM1IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzMyMTUwODMsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.AFlWd2HjQ-dtl2-j8MhTiAKjvsUTs4y8YW24Ajm7NpIB7FiHtHA5YplmGKCwKrKwgH5JGLJ-sxNAJKUCgBfHZA\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "bca32e50-9642-4b2c-b896-7ff4afe2c5d8", "name": "CreateLenderTransaction-EarlyCheck_ULDD_NEWORDER", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization",

  • 16

    "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-EC-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"c00r9enq\",\r\n\t\t\t\"password\": \"Em@e46qc\",\r\n\t\t\t\"ecinstid\": \"724287\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"NewOrder\",\r\n\t\t\t\"miCompany\": \"EssentGuaranty\",\r\n\t\t\t\"projectType\": \"T/FannieMaeReview\",\r\n\t\t\t\"ausReportIdentifier\": \"\",\r\n\t\t\t\"validationId\": \"1984155213\",\r\n\t\t\t\"fileFormat\": \"ULDD\",\r\n\t\t\t\"importConditions\": \"true\",\r\n\t\t\t\"conditionType\": \"preliminary\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA\nContent-Type: application/json\n", "pathVariables": [] } ] }

    NOTE: importConditions is set to “true” only if you want to import all conditions/messages. “conditionType” is applicable when "importConditions": "true". Possible values are “Preliminary” | “Underwriting”.

  • 17

    Desktop Underwriter (DU) CreateLenderTransaction-DU_GetFindings API to create a transaction for retrieving DU findings.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUId}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-DU", "credentials": { "userName": "{{du_username}}", "password": "{{du_password}}", "institutionID": "{{du_institutionID}}" }, "options": { "requestType": "GetFindings", "ausReportIdentifier": "{{DU-CasefileID - Required}}" } } }

  • 18

    GetAttachments_DU API to create a transaction to retrieve existing DU report data file attached to Encompass loan.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUID}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-DU", "options": { "requestType": "RetrieveReportFiles", "applicationID": "_borrower1", "loanAttachments": “true|false”, "efolderAttachments": "{{BooleanValue}}", "reportIdentifier": “DU-CasefileID - Required” } } }

  • 19

    GetAttachments_Response DU API to get result of a DU transaction. The DU transaction could be for a new order or retrieving existing reports.

    GET https://api.elliemae.com/services/v1/partners/10000034/transactions /{{transaction_id}}?generateFileUrls=true

    Response { "status": "success", "resources": [ { "id": "FANNIE_MAE-FINDINGS.XML", "name": "CDU_FINDINGS_XML", "mimeType": "application/xml", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/FANNIE_MAE-FINDINGS.XML?tokencreator=Encompass&tokenexpires=1581317557&token=5l73XfU8ehrfE93VA0s66rc32LNJVklJtXYn9uqkWZjdYiGrI%2fRmq7cjGm4cPNKYGQMvtOK61wcVdLWcZn3UvQ%3d%3d" }, { "id": "FANNIE_MAE-FINDINGS.XML", "elli-signature": "", "url": "", "name": "UNDERWRITING_FINDINGS_XML", "mimeType": "application/xml" }, { "id": "1232132133123213213.FINDINGS.HTML", "name": "UNDERWRITING_FINDINGS_HTML", "mimeType": "text/html", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/1232132133123213213.FINDINGS.HTML?tokencreator=Encompass&tokenexpires=1581317557&token=n400OmW%2bS6s8GNiaFE7OmHeI%2bZzgtxVJR%2bC9%2fBZ2245yFzLBuErKaHj90OII3JywBMZrDEGcupDD56JC0tbGUA%3d%3d" }, { "id": "1232132133123213213__borrower1.CREDITFLATFILE", "name": "CREDITREPORT_FLATFILE_", "mimeType": "application/octet-stream", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/1232132133123213213__borrower1.CREDITFLATFILE?tokencreator=Encompass&tokenexpires=1581317557&token=WXjUsUgP%2fBIR9UH2Kkc6o8MOWyad89l2ZzEuoaPAq8KbE4JueMWGuv1fxGj5lzkowB5Ytc%2bK9y0cIJkLnmqM%2fg%3d%3d" }, { "id": "DU_Findings.json", "name": "DU_FINDINGS_JSON", "mimeType": "application/json", "elli-signature": "",

  • 20

    "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/DU_Findings.json?tokencreator=Encompass&tokenexpires=1581317557&token=t7DyxrP3evjVGkX8rxmM1QKTIJXwDmIBppxRITvAI5QfnuN7o0dMICx7Li6LsX1StwffF%2fK3%2fglrhUl0dDzHGQ%3d%3d" } ], "product": { "partnerID": "10000034", "productName": "AUS-DU", "displayName": "Fannie Mae DU", "category": "AUS", "entityRef": { "entityId": "67ba8596-2943-479a-a0fa-6a80a89608cc", "entityType": "urn:elli:encompass:loan" }, "creationDate": "2020-02-09T22:36:39Z", "lastUpdatedDate": "2020-02-09T22:37:04Z", "orderedBy": "urn:elli:encompass:DEBE11170913:user:admin" } }

  • 21

    Desktop Originator (DO) GetAttachments_DO API to create a transaction to retrieve existing DO report data file attached to Encompass loan.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUID}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-DO-PU", "options": { "requestType": "RetrieveReportFiles", "applicationID": "_borrower1", "loanAttachments": "{{BooleanValue}}", "efolderAttachments": "{{BooleanValue}}", "reportIdentifier": "{{ReportIdentifier}}" } } }

  • 22

    GetAttachments_Response DO API to get result of a DO transaction. The DO transaction could be for a new order or retrieving existing reports.

    POST https://api.elliemae.com/services/v1/partners/10000034/transactions

    Request { "status": "success", "resources": [ { "id": "FANNIE_MAE-FINDINGS.XML", "name": "CDU_FINDINGS_XML", "mimeType": "application/xml", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/FANNIE_MAE-FINDINGS.XML?tokencreator=Encompass&tokenexpires=1581317260&token=1sybW%2fK9XEZePv0Iget%2bdQsg8BdWeZdXn71kOnAtp%2bVo8V%2b%2bF0wTO321z6R9zZICF8ZGwI10aW%2b7dMO08XCYvA%3d%3d" }, { "id": "FANNIE_MAE-FINDINGS.XML", "elli-signature": "", "url": "", "name": "UNDERWRITING_FINDINGS_XML", "mimeType": "application/xml" }, { "id": "1232132133123213213.FINDINGS.HTML", "name": "UNDERWRITING_FINDINGS_HTML", "mimeType": "text/html", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/1232132133123213213.FINDINGS.HTML?tokencreator=Encompass&tokenexpires=1581317260&token=Ny2fpZc%2b5xQS5TUJbGeMZaAwkd9P6U7yUYDrMLpsxNr1RpAiYB02s%2fA%2byp40RR%2fXjmRCoRVqLUyHt8pSs6OImg%3d%3d" }, { "id": "1232132133123213213__borrower1.CREDITFLATFILE", "name": "CREDITREPORT_FLATFILE_", "mimeType": "application/octet-stream", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/1232132133123213213__borrower1.CREDITFLATFILE?tokencreator=Encompass&tokenexpires=1581317260&token=ayIP9WRYfeUKXrz8wNpuC25V94Ru8EKtpJGBZnHDe639DaM2CpmbTBS465fqXAnTKfnGzZqIWLzroRgFbFpKmg%3d%3d" }, { "id": "DO_Findings.json", "name": "DO_FINDINGS_JSON", "mimeType": "application/json", "elli-signature": "",

  • 23

    "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/67ba8596-2943-479a-a0fa-6a80a89608cc/files/DO_Findings.json?tokencreator=Encompass&tokenexpires=1581317260&token=II9eX46c5UZaktltftAOW%2fHDW8bmqPannfybCKVcQJyJUX9nt7VTfEpfeXCGrmi1BFeqimWidFs3KXeYiSZDtw%3d%3d" } ], "product": { "partnerID": "10000034", "productName": "AUS-DO-PU", "displayName": "Fannie Mae DO", "category": "AUS", "entityRef": { "entityId": "67ba8596-2943-479a-a0fa-6a80a89608cc", "entityType": "urn:elli:encompass:loan" }, "creationDate": "2020-02-09T22:31:22Z", "lastUpdatedDate": "2020-02-09T22:31:40Z", "orderedBy": "urn:elli:encompass:DEBE11170913:user:admin" } }

  • 24

    Freddie Mac Services Loan Quality Advisor CreateLenderTransaction-LQA_ULDD API to submit a new LQA order and get reports from Freddie Mac.

    POST https://api.elliemae.com/services/v1/partners/10000035/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUId}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-LQA-PU", "credentials": { "userName": "{{username}}", "password": "{{password}}", "sellerServicerNumber": "{{sellerServicerNumber}}" }, "options": { "requestType": "NewOrder" } } }

  • 25

    GetAttachments_LQA API to create a transaction to retrieve existing LQA report data file attached to Encompass loan.

    POST https://api.elliemae.com/services/v1/partners/10000035/transactions

    Request { "product": { "entityRef": { "entityId": "{{LoanUID}}", "entityType": "urn:elli:encompass:loan" }, "name": "AUS-LQA-PU", "options": { "requestType": "RetrieveReportFiles", "applicationID": "_borrower1", "loanAttachments": "{{BooleanValue}}", "efolderAttachments": "{{BooleanValue}}", "reportIdentifier": "{{ReportIdentifier}}" } } }

  • 26

    GetAttachments_Responses LQA API to get result of an LQA transaction. The LQA transaction could be for a new order or retrieving existing reports

    POST https://api.elliemae.com/services/v1/partners/10000035/transactions

    Request { "status": "success", "resources": [ { "id": "LQA-UW-Response.xml", "name": "LQA-UW-Response", "mimeType": "application/xml", "elli-signature": "", "url": "https://media-pod0-int.elliemae.com/v2/media/instance/DEBE11170913/loans/6a00e270-704c-423e-b0c3-d4be5c99ff32/files/LQA-UW-Response.xml?tokencreator=Encompass&tokenexpires=1581313711&token=W%2fiZdZm5tqOZX1f4yIV8h0Qda4MG5DBvSyAMJILOMQVni6AzXO5TsJiN5xxCujHFjHLUPBKAShoKWQhvgpsW0w%3d%3d" } ], "product": { "partnerID": "10000035", "productName": "AUS-LQA-PU", "displayName": "Freddie Mac's Loan Quality Advisor", "category": "AUS", "entityRef": { "entityId": "6a00e270-704c-423e-b0c3-d4be5c99ff32", "entityType": "urn:elli:encompass:loan" }, "creationDate": "2020-02-09T21:25:28Z", "lastUpdatedDate": "2020-02-09T21:25:55Z", "orderedBy": "urn:elli:encompass:DEBE11170913:user:admin" } }

  • 27

    Response

    { "id": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "name": "CreateResponseAPI", "description": "", "auth": null, "events": null, "variables": [], "order": [ "0602ffb5-a9af-49cd-9876-f4400dfcce17", "61a62493-9ed6-4b65-ae71-56e35402a342", "bca32e50-9642-4b2c-b896-7ff4afe2c5d8", "588007a6-45bf-422d-977e-655a255fff8e", "8324c472-029e-4d41-9b9d-cc3207e0b234", "0dcc49f4-9335-4dbf-8788-64ee85126dbd", "23ca6df7-6c25-432d-ba00-78e04917e809" ], "folders_order": [], "folders": [], "requests": [ { "id": "0602ffb5-a9af-49cd-9876-f4400dfcce17", "name": "CreateLenderTransaction-EarlyCheck_1003_NEWORDER", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": "", "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": "", "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxlcHBzbG91c2VyX2V2cCIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1Nzk5NTQzMzIsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.nE5DdwjZmZkyp2JaVCYPP31vgCyvYWj18_9Bf468ORoRiJ-37ACt8ihBbFwRR2WQPzddS0G0nBZvWf79NQtcNg" }, { "description": "", "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" }

  • 28

    ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": [], "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n \"product\": {\r\n \"entityRef\": {\r\n \"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n },\r\n \"name\": \"AUS-EC-PU\",\r\n \"credentials\": {\r\n \"userName\": \"c00r9enq\",\r\n \"password\": \"Em@e46qc\",\r\n \"institutionID\": \"724287\"\r\n },\r\n \"options\": {\r\n \"requestType\": \"NewOrder\",\r\n \"miCompany\": \"EssentGuaranty\",\r\n \"projectType\": \"T/FannieMaeReview\",\r\n \"ausReportIdentifier\": \"\",\r\n \"validationId\": \"\",\r\n \"fileFormat\": \"1003\",\r\n \"importConditions\": \"true\",\r\n \"conditionType\": \"underwriting\",\r\n \"orderMode\":\"\"\r\n },\r\n \"clientEntity\": {\r\n \"activeVersion\": \"\",\r\n \"configName\": \"\"\r\n }\r\n }\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxlcHBzbG91c2VyX2V2cCIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1Nzk5NTQzMzIsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.nE5DdwjZmZkyp2JaVCYPP31vgCyvYWj18_9Bf468ORoRiJ-37ACt8ihBbFwRR2WQPzddS0G0nBZvWf79NQtcNg\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "0dcc49f4-9335-4dbf-8788-64ee85126dbd", "name": "CreateLenderTransaction-DU", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxhZG1pbiIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzkwOTQxOTQsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.N-9Oda3YdsY4Po-yDMlB0AzY27RT67q4RaBt_H7C8g_z7nQUhvqhqjZWmDi5hmuzqB4Mrum8b_H4DduX-tABtQ" }, { "description": null, "enabled": true,

  • 29

    "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n \"product\": {\r\n \"entityRef\": {\r\n \"entityId\": \"c469a550-d123-4d8b-93b7-b8a6a7eaead5\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n },\r\n \"name\": \"AUS-DU\",\r\n \"credentials\": {\r\n \"userName\": \"c00r9enq\",\r\n \"password\": \"Em@e46qc\",\r\n \"institutionID\": \"210043\"\r\n },\r\n \"options\": {\r\n \"requestType\": \"GetFindings\",\r\n \"ausReportIdentifier\": \"1995383448\"\r\n },\r\n \"preferences\": {\r\n \"importConditions\": \"false\",\r\n \"conditionType\": \"Preliminary\"\r\n }\r\n }\r\n}\r\n", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcREVCRTExMTcwOTEzXFxhZG1pbiIsImVsbGlfaWlkIjoiREVCRTExMTcwOTEzIiwic3ViIjoiIiwiZWxsaV9jaWQiOiIzMDEwMDAwMDI0IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJlbGxpX3VyaSI6Imh0dHBzOi8vZW5jcGxhdC1wb2QyMDFtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzkwOTQxOTQsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.N-9Oda3YdsY4Po-yDMlB0AzY27RT67q4RaBt_H7C8g_z7nQUhvqhqjZWmDi5hmuzqB4Mrum8b_H4DduX-tABtQ\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "23ca6df7-6c25-432d-ba00-78e04917e809", "name": "CreateLenderTransaction-CBCT", "url": "http://localhost:52583/services/v1/partners/10000172/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMTcyIiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzA5Njg3MDksImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.rVHDPWGKVb5bUCvBjaJPv0CAF9Wg-aY9X6SrvYSCTB0mQDIoXBmIWgr190XsEAX6NASkrAm1nXCN2ieH9pevzw" }, { "description": null,

  • 30

    "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\r\n \"product\": {\r\n\r\n \"entityRef\": {\r\n\r\n \"entityId\": \"a7dad86e-3c06-41f3-af8d-6ba752ceefa4#_borrower1\",\r\n\r\n \"entityType\": \"urn:elli:encompass:loan:borrower\"\r\n\r\n },\r\n\r\n \"name\": \"Credit-CBCTAvantus\",\r\n\r\n \"credentials\": {\r\n\r\n \"userName\": \"elliemae\",\r\n\r\n \"password\": \"4LLi4ma$$\"\r\n\r\n },\r\n\r\n \"options\": {\r\n\r\n \"requestType\": \"NewOrder\",\r\n\r\n \"reportOn\": \"Individual\",\r\n\r\n \"reportType\": \"Merge\",\r\n\r\n \"note\": \"\",\r\n\r\n \"creditReportIdentifier\": \"\",\r\n\r\n \"creditBureauExperian\": \"true\",\r\n\r\n \"creditBureauEquifax\": \"false\",\r\n\r\n \"creditBureauTransUnion\": \"true\"\r\n\r\n },\r\n\r\n \"preferences\": {\r\n\r\n \"importLiabilities\": \"true\",\r\n\r\n \"excludeZeroforImportLiabilities\": \"true\"\r\n\r\n },\r\n\r\n \"clientEntity\": {\r\n\r\n \"activeVersion\": \"\",\r\n\r\n \"configName\": \"\"\r\n\r\n }\r\n\r\n }\r\n\r\n}\r\n", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMTcyIiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzA5Njg3MDksImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.rVHDPWGKVb5bUCvBjaJPv0CAF9Wg-aY9X6SrvYSCTB0mQDIoXBmIWgr190XsEAX6NASkrAm1nXCN2ieH9pevzw\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "588007a6-45bf-422d-977e-655a255fff8e", "name": "CreateLenderTransaction-EarlyCheck_ULDD_Reissue", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiI

  • 31

    Gh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-EC-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"c00r9enq\",\r\n\t\t\t\"password\": \"Em@e46qc\",\r\n\t\t\t\"ecinstid\": \"724287\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"Reissue\",\r\n\t\t\t\"miCompany\": \"EssentGuaranty\",\r\n\t\t\t\"projectType\": \"T/FannieMaeReview\",\r\n\t\t\t\"ausReportIdentifier\": \"1996258265\",\r\n\t\t\t\"validationId\": \"1984155213\",\r\n\t\t\t\"fileFormat\": \"ULDD\",\r\n\t\t\t\"importConditions\": \"true\",\r\n\t\t\t\"conditionType\": \"preliminary\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "61a62493-9ed6-4b65-ae71-56e35402a342", "name": "CreateLenderTransaction-EarlyCheck_1003_Reissue", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ { "description": null, "enabled": true, "key": "Authorization",

  • 32

    "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-EC-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"c00r9enq\",\r\n\t\t\t\"password\": \"Em@e46qc\",\r\n\t\t\t\"ecinstid\": \"724287\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"Reissue\",\r\n\t\t \"miCompany\": \"EssentGuaranty\",\r\n\t\t\t\"projectType\": \"T/FannieMaeReview\",\r\n\t\t\t\"ausReportIdentifier\": \"1996258265\",\r\n\t\t\t\"validationId\": \"1984155213\",\r\n\t\t\t\"fileFormat\": \"1003\",\r\n\t\t\t\"importConditions\": \"true\",\r\n\t\t\t\"conditionType\": \"underwriting\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "8324c472-029e-4d41-9b9d-cc3207e0b234", "name": "CreateLenderTransaction-LQA_ULDD", "url": "http://localhost:52583/services/v1/partners/10000035/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [

  • 33

    { "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMDM1IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzMyMTUwODMsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.AFlWd2HjQ-dtl2-j8MhTiAKjvsUTs4y8YW24Ajm7NpIB7FiHtHA5YplmGKCwKrKwgH5JGLJ-sxNAJKUCgBfHZA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"2ea127c2-6da8-45e8-a89a-b8ef4218bb7d\",\r\n\t\t\t\"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-LQA-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"ellimaeCTE_ELQASys2Sys\",\r\n\t\t\t\"password\": \"h1X}iZ4;1\",\r\n\t\t\t\"sellerServicerNumber\": \"000165\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"NewOrder\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTIwMDkyMlxcYWRtaW4iLCJlbGxpX2lpZCI6IkJFMTEyMDA5MjIiLCJzdWIiOiIiLCJlbGxpX2NpZCI6IjEwMDAwMDM1IiwiZWxsaV9pZHQiOiJFbnRlcnByaXNlIiwicm9sZXMiOltdLCJleHAiOjE1NzMyMTUwODMsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.AFlWd2HjQ-dtl2-j8MhTiAKjvsUTs4y8YW24Ajm7NpIB7FiHtHA5YplmGKCwKrKwgH5JGLJ-sxNAJKUCgBfHZA\nContent-Type: application/json\n", "pathVariables": [] }, { "id": "bca32e50-9642-4b2c-b896-7ff4afe2c5d8", "name": "CreateLenderTransaction-EarlyCheck_ULDD_NEWORDER", "url": "http://localhost:52583/services/v1/partners/10000034/transactions", "description": null, "data": [], "dataOptions": null, "dataMode": "raw", "headerData": [ {

  • 34

    "description": null, "enabled": true, "key": "Authorization", "type": "text", "value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA" }, { "description": null, "enabled": true, "key": "Content-Type", "type": "text", "value": "application/json" } ], "method": "POST", "pathVariableData": [], "queryParams": [], "auth": null, "events": null, "folder": null, "currentHelper": null, "helperAttributes": null, "collectionId": "b1d85904-f82e-4a12-ab2c-6e8971b934fe", "rawModeData": "{\r\n\t\"product\": {\r\n\t\t\"entityRef\": {\r\n\t\t\t\"entityId\": \"6a00e270-704c-423e-b0c3-d4be5c99ff32\",\r\n \"entityType\": \"urn:elli:encompass:loan\"\r\n\t\t},\r\n\t\t\"name\": \"AUS-EC-PU\",\r\n\t\t\"credentials\": {\r\n\t\t\t\"userName\": \"c00r9enq\",\r\n\t\t\t\"password\": \"Em@e46qc\",\r\n\t\t\t\"ecinstid\": \"724287\"\r\n\t\t},\r\n\t\t\"options\": {\r\n\t\t\t\"requestType\": \"NewOrder\",\r\n\t\t\t\"miCompany\": \"EssentGuaranty\",\r\n\t\t\t\"projectType\": \"T/FannieMaeReview\",\r\n\t\t\t\"ausReportIdentifier\": \"\",\r\n\t\t\t\"validationId\": \"1984155213\",\r\n\t\t\t\"fileFormat\": \"ULDD\",\r\n\t\t\t\"importConditions\": \"true\",\r\n\t\t\t\"conditionType\": \"preliminary\"\r\n\t\t},\r\n\t\t\"clientEntity\": {\r\n\t\t\t\"activeVersion\": \"\",\r\n\t\t\t\"configName\": \"\"\r\n\t\t}\r\n\t}\r\n}", "headers": "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJlbGxpX3VpZCI6IkVuY29tcGFzc1xcQkUxMTExNzI2NDZcXGFkbWluIiwiZWxsaV9paWQiOiJCRTExMTE3MjY0NiIsInN1YiI6IiIsImVsbGlfY2lkIjoiMTAwMDAwMzQiLCJlbGxpX2lkdCI6IkVudGVycHJpc2UiLCJyb2xlcyI6W10sImVsbGlfdXJpIjoiIGh0dHBzOi8vZW5jcGxhdC1wb2QxOTNtYWluLmludC5kY28uZWxtYWUiLCJleHAiOjE1NzEzODcxMTYsImlzcyI6InVybjplbGxpOnNlcnZpY2U6aWRzIiwiYXVkIjoidXJuOmVsbGk6c2VydmljZTplYnMsdXJuOmVsbGk6c2VydmljZTpldnAifQ.lI0o9m52V0rCoQxc1_38EehEGd60TZYI9J3siXwt0UYfDhH-wwS0qXl2KsXe-YFHB7N6LQJhcpPOfUr75VmYUA\nContent-Type: application/json\n", "pathVariables": [] } ] }

    NOTE: importConditions is set to “true” only if you want to import all conditions/messages. “conditionType” is applicable when "importConditions": "true". Possible values are “Preliminary” | “Underwriting”.

    OverviewFannie Mae ServicesEarlyCheckCreateLenderTransaction-EarlyCheck_1003_NEWORDERRequest

    CreateLenderTransaction-EarlyCheck_1003_ReissueRequest

    CreateLenderTransaction-EarlyCheck_ULDD_NEWORDERRequest

    CreateLenderTransaction-EarlyCheck_ULDD_ReissueRequest

    GetAttachments_Response EarlyCheckRequest

    Response

    Desktop Underwriter (DU)CreateLenderTransaction-DU_GetFindingsRequest

    GetAttachments_DURequest

    GetAttachments_Response DUResponse

    Desktop Originator (DO)GetAttachments_DORequest

    GetAttachments_Response DORequest

    Freddie Mac ServicesLoan Quality AdvisorCreateLenderTransaction-LQA_ULDDRequest

    GetAttachments_LQARequest

    GetAttachments_Responses LQARequest

    Response

Recommended