getLoanApp
Perform various get operations on loan applications.
Operations
Retrieves loan application information.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanApp HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 181
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanApp": {}
}Retrieve selected fields of a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanApp": {}
}Retrieve selected fields of a loan application with filtering children.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanApp": {}
}Retrieve a paginated list of loan applications.
The member account number.
13824Successful operation.
POST /nexum/627/2022.01/account/getLoanAppPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 189
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanApp": [
{}
],
"Token": {}
}Retrieves selected fields for a list of loan applications.
The member account number.
13824Successful operation.
POST /nexum/627/2022.01/account/getLoanAppListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 185
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"SelectableFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppList": {}
}Retrieve a paginated list of loan applications with selected fields.
The member account number.
13824Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanApp": [
{}
],
"Token": {}
}Retrieves escrow information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppEscrow HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppEscrowLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrow": {}
}Retrieves selected fields for escrow information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppEscrow": {}
}Retrieves a paged list of escrow information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppEscrowPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrow": [
{}
],
"Token": {}
}Retrieves selected fields for a list of escrow information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppEscrowListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppEscrowList": {}
}Retrieves a paged list of escrow information associated with a loan application with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppEscrow": [
{}
],
"Token": {}
}Retrieves escrow analysis information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppEscrowAnalysis HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 215
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppEscrowAnalysisLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysis": {}
}Retrieves selected fields for escrow analyses associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysis": {}
}Retrieves a paged list of escrow analyses associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppEscrowAnalysisPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysis": [
{}
],
"Token": {}
}Retrieves selected fields for a list of escrow analyses associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppEscrowAnalysisListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysisList": {}
}Retrieves a paged list of escrow analyses associated with a loan application with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysis": [
{}
],
"Token": {}
}Retrieves financial information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppFinance HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 208
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppFinanceLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppFinance": {}
}Retrieves selected fields for financial information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppFinance": {}
}Retrieves a paged list of financial information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppFinancePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppFinance": [
{}
],
"Token": {}
}Retrieves selected fields for a list of financial information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppFinanceListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppFinanceList": {}
}Retrieves a paged list of financial information associated with a loan application with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppFinance": [
{}
],
"Token": {}
}Retrieves loan segment information associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppLnSegment HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 205
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppLnSegmentId": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppLnSegment": {}
}Retrieves selected fields for loan segments associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppLnSegment": {}
}Retrieves a paged list of loan segments associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppLnSegmentPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppLnSegment": [
{}
],
"Token": {}
}Retrieves selected fields for a list of loan segments associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppLnSegmentListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppLnSegmentList": {}
}Retrieves a paged list of loan segments associated with a loan application with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppLnSegment": [
{}
],
"Token": {}
}Retrieves notes associated with a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppNote HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 205
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppNoteLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppNote": {}
}Retrieve selected fields of a loan application note.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppNote": {}
}Retrieve a paginated list of loan application notes.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppNotePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppNote": [
{}
],
"Token": {}
}Retrieve a list of loan application notes with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppNoteListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppNoteList": {}
}Retrieve a paginated list of loan application notes with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppNote": [
{}
],
"Token": {}
}Retrieve details of a loan application person.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppPerson HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppPersonLocator": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppPerson": {}
}Retrieve selected fields of a loan application person.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppPerson": {}
}Retrieve a paginated list of loan application persons.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppPersonPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppPerson": [
{}
],
"Token": {}
}Retrieve a list of loan application persons with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppPersonListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppPersonList": {}
}Retrieve a paginated list of loan application persons with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppPerson": [
{}
],
"Token": {}
}Retrieve details of a loan application schedule.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppSchedule HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppScheduleId": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppSchedule": {}
}Retrieve selected fields of a loan application schedule.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppSchedule": {}
}Retrieve a paginated list of loan application schedules.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppSchedulePagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"PagingRequestContext": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppSchedule": [
{}
],
"Token": {}
}Retrieve a list of loan application schedules with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/account/getLoanAppScheduleListSelectFields 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"
}
}
}Successful operation.
{
"LoanAppScheduleList": {}
}Retrieve a paginated list of loan application schedules with selected fields.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/2022.01/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"
}
}
}Successful operation.
{
"LoanAppSchedule": [
{}
],
"Token": {}
}Last updated
Was this helpful?