LoanAppDenial
Perform various operations for Symitar parameters.
Operations
No description provided.
Loan App Denial Notice data
Successful operation.
POST /nexum/627/2022.01/parameter/getLoanAppDenial HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 154
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanAppDenialDenialNotice": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppDenial": {
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
}No description provided.
Loan App Denial Notice data
Successful operation.
POST /nexum/627/2022.01/parameter/getLoanAppDenialSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 315
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanAppDenialDenialNotice": 1,
"SelectableFields": {
"IncludeAllLoanAppDenialFields": true,
"LoanAppDenialFields": {
"DenialNotice": true,
"DenialNoticeDescription": true,
"DenialNoticeSpecfile": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppDenial": {
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
}No description provided.
Successful operation.
POST /nexum/627/2022.01/parameter/getLoanAppDenialPagedList 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.
{
"LoanAppDenial": [
{
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
],
"Token": "text"
}No description provided.
Successful operation.
POST /nexum/627/2022.01/parameter/getLoanAppDenialListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 285
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLoanAppDenialFields": true,
"LoanAppDenialFields": {
"DenialNotice": true,
"DenialNoticeDescription": true,
"DenialNoticeSpecfile": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppDenialList": {
"hasReachedMaximumListSize": true,
"LoanAppDenial": [
{
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
]
}
}Retrieve a list of select fields for searching by loan application denial information.
Successful operation.
POST /nexum/627/2022.01/parameter/searchLoanAppDenialSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 317
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLoanAppDenialFields": true,
"LoanAppDenialFields": {
"DenialNotice": true,
"DenialNoticeDescription": true,
"DenialNoticeSpecfile": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppDenialList": {
"hasReachedMaximumListSize": true,
"LoanAppDenial": [
{
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
]
}
}No description provided.
Successful operation.
POST /nexum/627/2022.01/parameter/getLoanAppDenialPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 379
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLoanAppDenialFields": true,
"LoanAppDenialFields": {
"DenialNotice": true,
"DenialNoticeDescription": true,
"DenialNoticeSpecfile": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppDenial": [
{
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
],
"Token": "text"
}Retrieve a list of paged select fields for searching by loan application denial information.
Successful operation.
POST /nexum/627/2022.01/parameter/searchLoanAppDenialPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 394
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLoanAppDenialFields": true,
"LoanAppDenialFields": {
"DenialNotice": true,
"DenialNoticeDescription": true,
"DenialNoticeSpecfile": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"LoanAppDenial": [
{
"DenialNotice": 1,
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "text"
}
],
"Token": "text"
}Loan App Denial Notice data
Successful operation.
POST /nexum/627/2022.01/parameter/updateLoanAppDenialByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 250
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanAppDenialDenialNotice": 1,
"LoanAppDenialUpdatableFields": {
"DenialNoticeDescription": "text",
"DenialNoticeSpecfile": "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?