updateLoanApp
Perform various update operations on loan applications.
Operations
Update a loan application by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 200
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application escrow by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppEscrowByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 232
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppEscrowLocator": {},
"LoanAppEscrowFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application escrow analysis by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppEscrowAnalysisByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 248
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppEscrowAnalysisLocator": {},
"LoanAppEscrowAnalysisFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application finance by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppFinanceByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 234
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppFinanceLocator": {},
"LoanAppFinanceFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application loan segment by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppLnSegmentByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 233
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppLnSegmentId": {},
"LoanAppLnSegmentFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application note by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppNoteByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 228
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppNoteLocator": {},
"LoanAppNoteFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application person by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppPersonByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 232
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppPersonLocator": {},
"LoanAppPersonFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Update loan application schedule by ID.
The member account number.
13824The unique identifier for the loan application.
123Successful operation.
POST /nexum/627/persistent/account/updateLoanAppScheduleByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 231
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "13824",
"LoanAppId": "123",
"LoanAppScheduleId": {},
"LoanAppScheduleFields": {},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Last updated
Was this helpful?