LoanAppViewApp
Perform various operations for Symitar parameters.
Operations
Loan AppView Application App
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewApp": {
"ApplicationType": 1,
"Specfile": "text"
}
}Loan AppView Application AppSelectFields
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewApp": {
"ApplicationType": 1,
"Specfile": "text"
}
}Loan AppView Application AppPagedList
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewApp": [
{
"ApplicationType": 1,
"Specfile": "text"
}
],
"Token": "text"
}Loan AppView Application AppListSelectFields
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewAppList": {
"hasReachedMaximumListSize": true,
"LoanAppViewApp": [
{
"ApplicationType": 1,
"Specfile": "text"
}
]
}
}Retrieve a list of select fields for searching by viewed loan applications.
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewAppList": {
"hasReachedMaximumListSize": true,
"LoanAppViewApp": [
{
"ApplicationType": 1,
"Specfile": "text"
}
]
}
}Loan AppView Application AppPagedListSelectFields
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewApp": [
{
"ApplicationType": 1,
"Specfile": "text"
}
],
"Token": "text"
}Retrieve a list of paged select fields for searching by viewed loan applications.
Successful operation.
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"
}
}
}Successful operation.
{
"LoanAppViewApp": [
{
"ApplicationType": 1,
"Specfile": "text"
}
],
"Token": "text"
}Successful operation.
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"
}
}
}Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?