searchLoanApp
Perform various search operations on loan applications.
Operations
Search loan applications with selected fields in a paginated manner.
The member account number.
13824Successful operation.
POST /nexum/627/persistent/account/searchLoanAppPagedSelectFields 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",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanApp": [
{}
],
"Token": {}
}Search loan application escrows with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppEscrowPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrow": [
{}
],
"Token": {}
}Search loan application escrow analyses with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppEscrowAnalysisPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysis": [
{}
],
"Token": {}
}Search loan application finances with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppFinancePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppFinance": [
{}
],
"Token": {}
}Search loan application loan segments with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppLnSegmentPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppLnSegment": [
{}
],
"Token": {}
}Search loan application notes with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppNotePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppNote": [
{}
],
"Token": {}
}Search loan application persons with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppPersonPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppPerson": [
{}
],
"Token": {}
}Search loan application schedules with selected fields in a paginated manner.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/searchLoanAppSchedulePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"SelectableFields": {},
"SearchFilter": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppSchedule": [
{}
],
"Token": {}
}Last updated
Was this helpful?