searchLoanApp

Perform various search operations on loan applications.

Symitar eDocs References: Application Records

Operations

searchLoanAppPagedSelectFields

post

Search loan applications with selected fields in a paginated manner.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

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

{
  "Credentials": {
    "UserNumberCredentials": {
      "UserNumber": 1995,
      "Password": "2dfKQYR!TeXJwe"
    }
  },
  "AccountNumber": "13824",
  "PagingRequestContext": {},
  "SelectableFields": {},
  "SearchFilter": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanApp": [
    {}
  ],
  "Token": {}
}

searchLoanAppEscrowPagedSelectFields

post

Search loan application escrows with selected fields in a paginated manner.

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
/searchLoanAppEscrowPagedSelectFields
POST /nexum/627/persistent/account/searchLoanAppEscrowPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247

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

Successful operation.

{
  "LoanAppEscrow": [
    {}
  ],
  "Token": {}
}

searchLoanAppEscrowAnalysisPagedSelectFields

post

Search loan application escrow analyses with selected fields in a paginated manner.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
LoanAppIdstringOptional

The unique identifier for the loan application.

Example: 123
Responses
200

Successful operation.

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

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

Successful operation.

{
  "LoanAppEscrowAnalysis": [
    {}
  ],
  "Token": {}
}

searchLoanAppFinancePagedSelectFields

post

Search loan application finances with selected fields in a paginated manner.

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
/searchLoanAppFinancePagedSelectFields
POST /nexum/627/persistent/account/searchLoanAppFinancePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247

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

Successful operation.

{
  "LoanAppFinance": [
    {}
  ],
  "Token": {}
}

searchLoanAppLnSegmentPagedSelectFields

post

Search loan application loan segments with selected fields in a paginated manner.

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
/searchLoanAppLnSegmentPagedSelectFields
POST /nexum/627/persistent/account/searchLoanAppLnSegmentPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247

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

Successful operation.

{
  "LoanAppLnSegment": [
    {}
  ],
  "Token": {}
}

searchLoanAppNotePagedSelectFields

post

Search loan application notes with selected fields in a paginated manner.

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
/searchLoanAppNotePagedSelectFields
POST /nexum/627/persistent/account/searchLoanAppNotePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247

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

Successful operation.

{
  "LoanAppNote": [
    {}
  ],
  "Token": {}
}

searchLoanAppPersonPagedSelectFields

post

Search loan application persons with selected fields in a paginated manner.

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
/searchLoanAppPersonPagedSelectFields
POST /nexum/627/persistent/account/searchLoanAppPersonPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247

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

Successful operation.

{
  "LoanAppPerson": [
    {}
  ],
  "Token": {}
}

searchLoanAppSchedulePagedSelectFields

post

Search loan application schedules with selected fields in a paginated manner.

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
/searchLoanAppSchedulePagedSelectFields
POST /nexum/627/persistent/account/searchLoanAppSchedulePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 247

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

Successful operation.

{
  "LoanAppSchedule": [
    {}
  ],
  "Token": {}
}

Last updated

Was this helpful?