Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
LoanTypeIdRange
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/getLoanTypeIdRange HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 179 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanTypeIdRangeIdRange": 1, "LoanTypeIdRangeLoanType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "LoanTypeIdRange": { "IdRangeHigh": 1, "IdRangeLow": 1, "IdRange": 1, "LoanType": 1 } }
Retrieve loan type ID range select fields
POST /nexum/627/2022.01/parameter/getLoanTypeIdRangeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 333 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanTypeIdRangeIdRange": 1, "LoanTypeIdRangeLoanType": 1, "SelectableFields": { "IncludeAllLoanTypeIdRangeFields": true, "LoanTypeIdRangeFields": { "IdRange": true, "IdRangeHigh": true, "IdRangeLow": true, "LoanType": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
LoanTypeIdRangePagedList
POST /nexum/627/2022.01/parameter/getLoanTypeIdRangePagedList 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" } } }
{ "LoanTypeIdRange": [ { "IdRangeHigh": 1, "IdRangeLow": 1, "IdRange": 1, "LoanType": 1 } ], "Token": "text" }
LoanTypeIdRangeListSelectFields
POST /nexum/627/2022.01/parameter/getLoanTypeIdRangeListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 278 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllLoanTypeIdRangeFields": true, "LoanTypeIdRangeFields": { "IdRange": true, "IdRangeHigh": true, "IdRangeLow": true, "LoanType": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "LoanTypeIdRangeList": { "hasReachedMaximumListSize": true, "LoanTypeIdRange": [ { "IdRangeHigh": 1, "IdRangeLow": 1, "IdRange": 1, "LoanType": 1 } ] } }
Retrieve a list of select fields for searching by loan type ID ranges.
POST /nexum/627/2022.01/parameter/searchLoanTypeIdRangeSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 310 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllLoanTypeIdRangeFields": true, "LoanTypeIdRangeFields": { "IdRange": true, "IdRangeHigh": true, "IdRangeLow": true, "LoanType": true } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Loantype id range paged list select fields
POST /nexum/627/2022.01/parameter/getLoanTypeIdRangePagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 372 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllLoanTypeIdRangeFields": true, "LoanTypeIdRangeFields": { "IdRange": true, "IdRangeHigh": true, "IdRangeLow": true, "LoanType": true } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve a list of paged select fields for searching by loan type ID ranges.
POST /nexum/627/2022.01/parameter/searchLoanTypeIdRangePagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 387 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllLoanTypeIdRangeFields": true, "LoanTypeIdRangeFields": { "IdRange": true, "IdRangeHigh": true, "IdRangeLow": true, "LoanType": true } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/updateLoanTypeIdRangeByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 245 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanTypeIdRangeIdRange": 1, "LoanTypeIdRangeLoanType": 1, "LoanTypeIdRangeUpdatableFields": { "IdRangeHigh": 1, "IdRangeLow": 1 }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }