LoanAppViewApp

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getLoanAppViewApp

post

Loan AppView Application App

Authorizations
Body
LoanAppViewAppApplicationTypeintegerRequired
Responses
200

Successful operation.

application/json
post
/getLoanAppViewApp
POST /nexum/627/2022.01/parameter/getLoanAppViewApp HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 158

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppViewAppApplicationType": 1,
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewApp": {
    "ApplicationType": 1,
    "Specfile": "text"
  }
}

getLoanAppViewAppSelectFields

post

Loan AppView Application AppSelectFields

Authorizations
Body
LoanAppViewAppApplicationTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/getLoanAppViewAppSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppViewAppSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 281

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppViewAppApplicationType": 1,
  "SelectableFields": {
    "IncludeAllLoanAppViewAppFields": true,
    "LoanAppViewAppFields": {
      "ApplicationType": true,
      "Specfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewApp": {
    "ApplicationType": 1,
    "Specfile": "text"
  }
}

getLoanAppViewAppPagedList

post

Loan AppView Application AppPagedList

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getLoanAppViewAppPagedList
POST /nexum/627/2022.01/parameter/getLoanAppViewAppPagedList HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 218

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewApp": [
    {
      "ApplicationType": 1,
      "Specfile": "text"
    }
  ],
  "Token": "text"
}

getLoanAppViewAppListSelectFields

post

Loan AppView Application AppListSelectFields

Authorizations
Body
Responses
200

Successful operation.

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

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppViewAppFields": true,
    "LoanAppViewAppFields": {
      "ApplicationType": true,
      "Specfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewAppList": {
    "hasReachedMaximumListSize": true,
    "LoanAppViewApp": [
      {
        "ApplicationType": 1,
        "Specfile": "text"
      }
    ]
  }
}

searchLoanAppViewAppSelectFields

post

Retrieve a list of select fields for searching by viewed loan applications.

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/searchLoanAppViewAppSelectFields
POST /nexum/627/2022.01/parameter/searchLoanAppViewAppSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 279

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "SelectableFields": {
    "IncludeAllLoanAppViewAppFields": true,
    "LoanAppViewAppFields": {
      "ApplicationType": true,
      "Specfile": true
    }
  },
  "SearchFilter": {
    "Query": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewAppList": {
    "hasReachedMaximumListSize": true,
    "LoanAppViewApp": [
      {
        "ApplicationType": 1,
        "Specfile": "text"
      }
    ]
  }
}

getLoanAppViewAppPagedListSelectFields

post

Loan AppView Application AppPagedListSelectFields

Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getLoanAppViewAppPagedListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppViewAppPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 341

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppViewAppFields": true,
    "LoanAppViewAppFields": {
      "ApplicationType": true,
      "Specfile": true
    }
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewApp": [
    {
      "ApplicationType": 1,
      "Specfile": "text"
    }
  ],
  "Token": "text"
}

searchLoanAppViewAppPagedSelectFields

post

Retrieve a list of paged select fields for searching by viewed loan applications.

Authorizations
Body
QuerystringOptional
Responses
200

Successful operation.

application/json
post
/searchLoanAppViewAppPagedSelectFields
POST /nexum/627/2022.01/parameter/searchLoanAppViewAppPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 356

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "PagingRequestContext": {
    "NumberOfRecordsToReturn": 1,
    "NumberOfRecordsToSkip": 1,
    "Token": "text"
  },
  "SelectableFields": {
    "IncludeAllLoanAppViewAppFields": true,
    "LoanAppViewAppFields": {
      "ApplicationType": true,
      "Specfile": true
    }
  },
  "Query": "text",
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "LoanAppViewApp": [
    {
      "ApplicationType": 1,
      "Specfile": "text"
    }
  ],
  "Token": "text"
}

updateLoanAppViewAppByID

post
Authorizations
Body
LoanAppViewAppApplicationTypeintegerOptional
Responses
200

Successful operation.

application/json
post
/updateLoanAppViewAppByID
POST /nexum/627/2022.01/parameter/updateLoanAppViewAppByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 210

{
  "Credentials": {
    "AdministrativeCredentials": {
      "Password": "suwn37834b91&"
    }
  },
  "LoanAppViewAppApplicationType": 1,
  "LoanAppViewAppUpdatableFields": {
    "Specfile": "text"
  },
  "nxAttributes": {
    "customFields": {
      "appId": "glaci"
    }
  }
}
200

Successful operation.

{
  "UpdateStatus": {
    "isAllFieldsUpdateSuccess": true,
    "FailedUpdateStatus": [
      {
        "Record": "text",
        "ErrorCode": "text",
        "ErrorMessage": "text",
        "PrimaryKeyField": [
          {
            "Name": "text",
            "Value": "text"
          }
        ]
      }
    ]
  }
}

Last updated

Was this helpful?