deleteLoanApp

Perform various delete operations on loan applications.

Symitar eDocs References: Application Records

Operations

deleteLoanApp

post

Deletes a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

LoanAppIdstringRequired

The unique identifier for the loan application.

Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteLoanAppEscrow

post

Deletes an escrow for a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

LoanAppIdstringRequired

The unique identifier for the loan application.

LoanAppEscrowLocatorintegerRequired

The loan application escrow locator.

Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteLoanAppEscrowAnalysis

post

Deletes an analysis of escrow for a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

LoanAppIdstringRequired

The unique identifier for the loan application.

LoanAppEscrowAnalysisLocatorintegerRequired

The loan application escrow analysis locator.

Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteLoanAppFinance

post

Deletes finance information for a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

LoanAppIdstringRequired

The unique identifier for the loan application.

LoanAppFinanceLocatorintegerRequired

The loan application finance locator.

Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteLoanAppPerson

post

Removes a person from a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

LoanAppIdstringRequired

The unique identifier for the loan application.

LoanAppPersonLocatorintegerRequired

The loan application person locator.

Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

deleteLoanAppSchedule

post

Deletes a schedule for a loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

LoanAppIdstringRequired

The unique identifier for the loan application.

LoanAppScheduleIdstringRequired

The loan application schedule ID.

Responses
200
Successful operation.
application/json
post
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"
    }
  }
}
200

Successful operation.

{
  "nxAttributes": {}
}

Last updated

Was this helpful?