updateLoanApp
Perform various update operations on loan applications.
Operations
Update a loan application by ID.
The unique identifier for the loan application.
123The member account number.
13824Successful operation.
POST /nexum/627/2022.01/account/updateLoanAppByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 529
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppId": "123",
"LoanAppUpdatableFields": {},
"LoanAppEscrowUpdateRequest": [
{}
],
"LoanAppEscrowAnalysisUpdateRequest": [
{}
],
"LoanAppFinanceUpdateRequest": [
{}
],
"LoanAppLnSegmentUpdateRequest": [
{}
],
"LoanAppNoteUpdateRequest": [
{}
],
"LoanAppPersonUpdateRequest": [
{}
],
"LoanAppPledgeUpdateRequest": [
{}
],
"LoanAppScheduleUpdateRequest": [
{}
],
"LoanAppTrackingUpdateRequest": [
{}
],
"AccountNumber": "13824",
"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/2022.01/account/updateLoanAppEscrowByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppEscrowLocator": {},
"LoanAppEscrowUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/updateLoanAppEscrowAnalysisByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 257
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppEscrowAnalysisLocator": {},
"LoanAppEscrowAnalysisUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/updateLoanAppFinanceByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 243
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppFinanceLocator": {},
"LoanAppFinanceUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/updateLoanAppLnSegmentByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 242
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppLnSegmentId": {},
"LoanAppLnSegmentUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/updateLoanAppNoteByID 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"
}
},
"LoanAppNoteLocator": {},
"LoanAppNoteUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/updateLoanAppPersonByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 241
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppPersonLocator": {},
"LoanAppPersonUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"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/2022.01/account/updateLoanAppScheduleByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 240
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"LoanAppScheduleId": {},
"LoanAppScheduleUpdatableFields": {},
"AccountNumber": "13824",
"LoanAppId": "123",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"UpdateStatus": {}
}Last updated
Was this helpful?