deleteLoanApp
Perform various delete operations on loan applications.
Operations
Deletes a loan application.
The member account number.
The unique identifier for the loan application.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanApp HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 178
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanApp"
}Deletes an escrow for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application escrow locator.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppEscrow HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"LoanAppEscrowLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanAppEscrow"
}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.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppEscrowAnalysis HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 211
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"LoanAppEscrowAnalysisLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanAppEscrowAnalysis"
}Deletes finance information for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application finance locator.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppFinance HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 204
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"LoanAppFinanceLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanAppFinance"
}Deletes a note for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application note locator.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppNote HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 201
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"LoanAppNoteLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanAppNote"
}Removes a person from a loan application.
The member account number.
The unique identifier for the loan application.
The loan application person locator.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppPerson HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 203
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"LoanAppPersonLocator": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanAppPerson"
}Deletes a schedule for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application schedule ID.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppSchedule HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 200
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"AccountNumber": "0000013824",
"LoanAppId": 1,
"LoanAppScheduleId": 1,
"nxAttributes": {
"customFields": {
"appId": "{application-id}"
}
}
}Successful operation.
{
"nxAttributes": {},
"MessageId": "deleteLoanAppSchedule"
}Deletes a pledge for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application pledge locator.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppPledge HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 387
{
"Credentials": {
"AccountNumberCredentials": {},
"HomeBankingCredentials": {},
"CardCredentials": {},
"MICRCredentials": {},
"LookupCredentials": {},
"UserNumberCredentials": {
"UserNumber": 1,
"Password": "text"
},
"AdministrativeCredentials": {
"Password": "text"
},
"TokenCredentials": {
"TokenId": "text"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppPledgeLocator": 1,
"nxAttributes": {
"customFields": {}
}
}Successful operation.
{
"nxAttributes": {}
}Deletes tracking information for a loan application.
The member account number.
The unique identifier for the loan application.
The loan application tracking locator.
Successful operation.
The custom object for NexumAPI response attributes.
POST /nexum/627/persistent/account/deleteLoanAppTracking HTTP/1.1
Host: naas.ymcu.libum.io
Content-Type: application/json
Accept: */*
Content-Length: 389
{
"Credentials": {
"AccountNumberCredentials": {},
"HomeBankingCredentials": {},
"CardCredentials": {},
"MICRCredentials": {},
"LookupCredentials": {},
"UserNumberCredentials": {
"UserNumber": 1,
"Password": "text"
},
"AdministrativeCredentials": {
"Password": "text"
},
"TokenCredentials": {
"TokenId": "text"
}
},
"AccountNumber": "text",
"LoanAppId": "text",
"LoanAppTrackingLocator": 1,
"nxAttributes": {
"customFields": {}
}
}Successful operation.
{
"nxAttributes": {}
}Last updated
Was this helpful?