updateLoanApp

Perform various update operations on loan applications.

Symitar eDocs References: Application Records

Operations

updateLoanAppByID

post

Update a loan application by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

application/json
post
/updateLoanAppByID
POST /nexum/627/persistent/account/updateLoanAppByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 200

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppEscrowByID

post

Update loan application escrow by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppEscrowByID
POST /nexum/627/persistent/account/updateLoanAppEscrowByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 232

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppEscrowLocator": {},
  "LoanAppEscrowFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppEscrowAnalysisByID

post

Update loan application escrow analysis by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppEscrowAnalysisLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppEscrowAnalysisByID
POST /nexum/627/persistent/account/updateLoanAppEscrowAnalysisByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 248

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppEscrowAnalysisLocator": {},
  "LoanAppEscrowAnalysisFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppFinanceByID

post

Update loan application finance by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppFinanceLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppFinanceByID
POST /nexum/627/persistent/account/updateLoanAppFinanceByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 234

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppFinanceLocator": {},
  "LoanAppFinanceFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppLnSegmentByID

post

Update loan application loan segment by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppLnSegmentIdstringRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppLnSegmentByID
POST /nexum/627/persistent/account/updateLoanAppLnSegmentByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 233

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppLnSegmentId": {},
  "LoanAppLnSegmentFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppNoteByID

post

Update loan application note by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppNoteLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppNoteByID
POST /nexum/627/persistent/account/updateLoanAppNoteByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 228

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppNoteLocator": {},
  "LoanAppNoteFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppPersonByID

post

Update loan application person by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppPersonLocatorintegerRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppPersonByID
POST /nexum/627/persistent/account/updateLoanAppPersonByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 232

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppPersonLocator": {},
  "LoanAppPersonFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

updateLoanAppScheduleByID

post

Update loan application schedule by ID.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringRequired

The unique identifier for the loan application.

Example: 123
LoanAppScheduleIdstringRequired
Responses
200

Successful operation.

application/json
post
/updateLoanAppScheduleByID
POST /nexum/627/persistent/account/updateLoanAppScheduleByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 231

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "LoanAppId": "123",
  "LoanAppScheduleId": {},
  "LoanAppScheduleFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {}
}

Last updated

Was this helpful?