createLoanApp
Perform various create operations on loan applications.
Operations
Creates a new loan application.
The member account number.
13824Successful operation.
POST /nexum/627/2022.01/account/createLoanApp HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 191
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppCreatableFields": {},
"AccountNumber": "13824",
"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/2022.01/account/createLoanAppEscrow 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"
}
},
"LoanAppEscrowCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/createLoanAppEscrowAnalysis HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 223
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppEscrowAnalysisCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/createLoanAppFinance HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 216
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppFinanceCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/createLoanAppLnSegment HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppLnSegmentCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/createLoanAppNote HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 213
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppNoteCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/createLoanAppPerson 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"
}
},
"LoanAppPersonCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/createLoanAppSchedule HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 217
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppScheduleCreatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppScheduleId": {}
}Last updated
Was this helpful?