deleteLoanApp
Perform various delete operations on loan applications.
Operations
Deletes a loan application.
The member account number.
The unique identifier for the loan application.
POST /nexum/627/2022.01/account/deleteLoanApp HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 181
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}
Deletes an escrow for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application escrow locator.
POST /nexum/627/2022.01/account/deleteLoanAppEscrow HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppEscrowLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}
Deletes an analysis of escrow for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application escrow analysis locator.
POST /nexum/627/2022.01/account/deleteLoanAppEscrowAnalysis HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 214
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppEscrowAnalysisLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}
Deletes finance information for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application finance locator.
POST /nexum/627/2022.01/account/deleteLoanAppFinance HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 207
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppFinanceLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}
Removes a person from a loan application.
The member account number.
The unique identifier for the loan application.
The loan application person locator.
POST /nexum/627/2022.01/account/deleteLoanAppPerson HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 206
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppPersonLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}
Deletes a schedule for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application schedule ID.
POST /nexum/627/2022.01/account/deleteLoanAppSchedule HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 208
{
"Credentials": {
"UserNumberCredentials": {
"UserNumber": 1995,
"Password": "2dfKQYR!TeXJwe"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppScheduleId": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}
Successful operation.
{
"nxAttributes": {}
}
Last updated
Was this helpful?