createLoanApp

Perform various create operations on loan applications.

Symitar eDocs References: Application Records

Operations

createLoanApp

post

Creates a new loan application.

Authorizations
Body
AccountNumberstringRequired

The member account number.

Example: 13824
Responses
200

Successful operation.

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

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

Successful operation.

{
  "LoanAppId": "123"
}

createLoanAppEscrow

post

Creates an escrow for a loan application.

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
/createLoanAppEscrow
POST /nexum/627/persistent/account/createLoanAppEscrow 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",
  "LoanAppEscrowFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppEscrowLocator": {}
}

createLoanAppEscrowAnalysis

post

Performs an analysis of escrow for a loan application.

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
/createLoanAppEscrowAnalysis
POST /nexum/627/persistent/account/createLoanAppEscrowAnalysis 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",
  "LoanAppEscrowAnalysisFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppEscrowAnalysisLocator": {}
}

createLoanAppFinance

post

Creates finance information for a loan application.

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
/createLoanAppFinance
POST /nexum/627/persistent/account/createLoanAppFinance 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",
  "LoanAppFinanceFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppFinanceLocator": {}
}

createLoanAppLnSegment

post

Creates a loan segment for a loan application.

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

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

Successful operation.

{
  "LoanAppLnSegmentId": {}
}

createLoanAppNote

post

Creates a note for a loan application.

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
/createLoanAppNote
POST /nexum/627/persistent/account/createLoanAppNote 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",
  "LoanAppNoteFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppNoteLocator": {}
}

createLoanAppPerson

post

Adds a person to a loan application.

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
/createLoanAppPerson
POST /nexum/627/persistent/account/createLoanAppPerson 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",
  "LoanAppPersonFields": {},
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppPersonLocator": {}
}

createLoanAppSchedule

post

Creates a schedule for a loan application.

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

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

Successful operation.

{
  "LoanAppScheduleId": {}
}

Last updated

Was this helpful?