getLoanApp

Perform various get operations on loan applications.

Symitar eDocs References: Application Records

Operations

getLoanAppSelectFields

post

Retrieve selected fields of a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSelectFields
POST /nexum/627/persistent/account/getLoanAppSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 203

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanApp": {}
}

getLoanAppSelectFieldsFilterChildren

post

Retrieve selected fields of a loan application with filtering children.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSelectFieldsFilterChildren
POST /nexum/627/persistent/account/getLoanAppSelectFieldsFilterChildren HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "SelectableFields": {},
  "ChildrenSearchFilter": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanApp": {}
}

getLoanAppPagedListSelectFields

post

Retrieve a paginated list of loan applications with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

application/json
post
/getLoanAppPagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 211

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanApp": [
    {}
  ],
  "Token": {}
}

getLoanAppEscrowSelectFields

post

Retrieves selected fields for escrow information associated with a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowSelectFields
POST /nexum/627/persistent/account/getLoanAppEscrowSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppEscrowLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppEscrow": {}
}

getLoanAppEscrowPagedListSelectFields

post

Retrieves a paged list of escrow information associated with a loan application with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowPagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppEscrowPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppEscrow": [
    {}
  ],
  "Token": {}
}

getLoanAppEscrowAnalysisSelectFields

post

Retrieves selected fields for escrow analyses associated with a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowAnalysisLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysisSelectFields
POST /nexum/627/persistent/account/getLoanAppEscrowAnalysisSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 237

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppEscrowAnalysisLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppEscrowAnalysis": {}
}

getLoanAppEscrowAnalysisPagedListSelectFields

post

Retrieves a paged list of escrow analyses associated with a loan application with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppEscrowAnalysisPagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppEscrowAnalysisPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppEscrowAnalysis": [
    {}
  ],
  "Token": {}
}

getLoanAppFinanceSelectFields

post

Retrieves selected fields for financial information associated with a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppFinanceLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppFinanceSelectFields
POST /nexum/627/persistent/account/getLoanAppFinanceSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 230

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppFinanceLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFinance": {}
}

getLoanAppFinancePagedListSelectFields

post

Retrieves a paged list of financial information associated with a loan application with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppFinancePagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppFinancePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFinance": [
    {}
  ],
  "Token": {}
}

getLoanAppLnSegmentSelectFields

post

Retrieves selected fields for loan segments associated with a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppLnSegmentIdstringRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegmentSelectFields
POST /nexum/627/persistent/account/getLoanAppLnSegmentSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 227

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppLnSegmentId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppLnSegment": {}
}

getLoanAppLnSegmentPagedListSelectFields

post

Retrieves a paged list of loan segments associated with a loan application with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppLnSegmentPagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppLnSegmentPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppLnSegment": [
    {}
  ],
  "Token": {}
}

getLoanAppNoteSelectFields

post

Retrieve selected fields of a loan application note.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppNoteLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppNoteSelectFields
POST /nexum/627/persistent/account/getLoanAppNoteSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 227

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppNoteLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppNote": {}
}

getLoanAppNotePagedListSelectFields

post

Retrieve a paginated list of loan application notes with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppNotePagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppNotePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppNote": [
    {}
  ],
  "Token": {}
}

getLoanAppPersonSelectFields

post

Retrieve selected fields of a loan application person.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppPersonLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppPersonSelectFields
POST /nexum/627/persistent/account/getLoanAppPersonSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppPersonLocator": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppPerson": {}
}

getLoanAppPersonPagedListSelectFields

post

Retrieve a paginated list of loan application persons with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppPersonPagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppPersonPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppPerson": [
    {}
  ],
  "Token": {}
}

getLoanAppScheduleSelectFields

post

Retrieve selected fields of a loan application schedule.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppScheduleIdstringRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppScheduleSelectFields
POST /nexum/627/persistent/account/getLoanAppScheduleSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 226

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppScheduleId": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppSchedule": {}
}

getLoanAppSchedulePagedListSelectFields

post

Retrieve a paginated list of loan application schedules with selected fields.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/getLoanAppSchedulePagedListSelectFields
POST /nexum/627/persistent/account/getLoanAppSchedulePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 229

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppSchedule": [
    {}
  ],
  "Token": {}
}

Last updated

Was this helpful?