Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
No description provided.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
Loan App Denial Notice data
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getLoanAppDenial HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } }
POST /nexum/627/2022.01/parameter/getLoanAppDenialSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/getLoanAppDenialPagedList HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 218 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "LoanAppDenial": [ { "DenialNotice": 1, "DenialNoticeDescription": "text", "DenialNoticeSpecfile": "text" } ], "Token": "text" }
POST /nexum/627/2022.01/parameter/getLoanAppDenialListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
{ "LoanAppDenialList": { "hasReachedMaximumListSize": true, "LoanAppDenial": [ { "DenialNotice": 1, "DenialNoticeDescription": "text", "DenialNoticeSpecfile": "text" } ] } }
Retrieve a list of select fields for searching by loan application denial information.
POST /nexum/627/2022.01/parameter/searchLoanAppDenialSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
POST /nexum/627/2022.01/parameter/getLoanAppDenialPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Retrieve a list of paged select fields for searching by loan application denial information.
POST /nexum/627/2022.01/parameter/searchLoanAppDenialPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }
Loan App Denial Updatable Fields data
POST /nexum/627/2022.01/parameter/updateLoanAppDenialByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 250 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppDenialDenialNotice": 1, "LoanAppDenialUpdatableFields": { "DenialNoticeDescription": "text", "DenialNoticeSpecfile": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }