createLoanApp
Perform various create operations on loan applications.
Operations
Creates a new loan application.
The member account number.
13824Successful operation.
POST /nexum/627/persistent/account/createLoanApp HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 182
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppId": "123"
}Creates an escrow for a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppEscrow HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppEscrowFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrowLocator": {}
}Performs an analysis of escrow for a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppEscrowAnalysis HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 214
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppEscrowAnalysisFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppEscrowAnalysisLocator": {}
}Creates finance information for a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppFinance 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",
"LoanAppFinanceFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppFinanceLocator": {}
}Creates a loan segment for a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppLnSegment HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 209
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppLnSegmentFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppLnSegmentId": {}
}Creates a note for a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppNote 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",
"LoanAppNoteFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppNoteLocator": {}
}Adds a person to a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppPerson HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppPersonFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppPersonLocator": {}
}Creates a schedule for a loan application.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/createLoanAppSchedule 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",
"LoanAppScheduleFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppScheduleId": {}
}Last updated
Was this helpful?