Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Loan AppWorkflow
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&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlow HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 159 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppWorkFlowApplicationType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "LoanAppWorkFlow": { "Event": [ { "EntryId": 1, "Event": 1 } ], "ApplicationType": 1 } }
Loan AppWorkflowSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 280 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppWorkFlowApplicationType": 1, "SelectableFields": { "IncludeAllLoanAppWorkFlowFields": true, "LoanAppWorkFlowFields": { "ApplicationType": true, "Event": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Loan AppWorkflowPagedList
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowPagedList 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" } } }
{ "LoanAppWorkFlow": [ { "Event": [ { "EntryId": 1, "Event": 1 } ], "ApplicationType": 1 } ], "Token": "text" }
Loan AppWorkflowListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 245 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllLoanAppWorkFlowFields": true, "LoanAppWorkFlowFields": { "ApplicationType": true, "Event": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "LoanAppWorkFlowList": { "hasReachedMaximumListSize": true, "LoanAppWorkFlow": [ { "Event": [ { "EntryId": 1, "Event": 1 } ], "ApplicationType": 1 } ] } }
Retrieve a list of select fields for searching by loan application workflows.
POST /nexum/627/2022.01/parameter/searchLoanAppWorkFlowSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 277 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllLoanAppWorkFlowFields": true, "LoanAppWorkFlowFields": { "ApplicationType": true, "Event": [ 1 ] } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Loan AppWorkflowPagedListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppWorkFlowPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 339 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllLoanAppWorkFlowFields": true, "LoanAppWorkFlowFields": { "ApplicationType": true, "Event": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve a list of paged select fields for searching by loan application workflows.
POST /nexum/627/2022.01/parameter/searchLoanAppWorkFlowPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 354 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllLoanAppWorkFlowFields": true, "LoanAppWorkFlowFields": { "ApplicationType": true, "Event": [ 1 ] } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/updateLoanAppWorkFlowByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 228 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppWorkFlowApplicationType": 1, "LoanAppWorkFlowUpdatableFields": { "Event": [ { "EntryId": 1, "Event": 1 } ] }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }