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