Last updated 9 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Loan App FormPacket
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/getLoanAppFormPkt HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 157 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppFormPktFormPacketType": 1, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "LoanAppFormPkt": { "DefaultPrinter": [ { "EntryId": 1, "DefaultPrinter": 1 } ], "Description": "text", "ForcePrinting": [ { "EntryId": 1, "ForcePrinting": true } ], "SpecfileName": [ { "EntryId": 1, "SpecfileName": "text" } ], "FormPacketType": 1 } }
Loan App FormPacketSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppFormPktSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 342 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppFormPktFormPacketType": 1, "SelectableFields": { "IncludeAllLoanAppFormPktFields": true, "LoanAppFormPktFields": { "DefaultPrinter": [ 1 ], "Description": true, "ForcePrinting": [ 1 ], "FormPacketType": true, "SpecfileName": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Loan App FormPacketPagedList
POST /nexum/627/2022.01/parameter/getLoanAppFormPktPagedList 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" } } }
{ "LoanAppFormPkt": [ { "DefaultPrinter": [ { "EntryId": 1, "DefaultPrinter": 1 } ], "Description": "text", "ForcePrinting": [ { "EntryId": 1, "ForcePrinting": true } ], "SpecfileName": [ { "EntryId": 1, "SpecfileName": "text" } ], "FormPacketType": 1 } ], "Token": "text" }
Loan App FormPacketListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppFormPktListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 309 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllLoanAppFormPktFields": true, "LoanAppFormPktFields": { "DefaultPrinter": [ 1 ], "Description": true, "ForcePrinting": [ 1 ], "FormPacketType": true, "SpecfileName": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "LoanAppFormPktList": { "hasReachedMaximumListSize": true, "LoanAppFormPkt": [ { "DefaultPrinter": [ { "EntryId": 1, "DefaultPrinter": 1 } ], "Description": "text", "ForcePrinting": [ { "EntryId": 1, "ForcePrinting": true } ], "SpecfileName": [ { "EntryId": 1, "SpecfileName": "text" } ], "FormPacketType": 1 } ] } }
Retrieve a list of select fields for searching by loan application form packets.
POST /nexum/627/2022.01/parameter/searchLoanAppFormPktSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 341 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "SelectableFields": { "IncludeAllLoanAppFormPktFields": true, "LoanAppFormPktFields": { "DefaultPrinter": [ 1 ], "Description": true, "ForcePrinting": [ 1 ], "FormPacketType": true, "SpecfileName": [ 1 ] } }, "SearchFilter": { "Query": "text" }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Loan App FormPacketPagedListSelectFields
POST /nexum/627/2022.01/parameter/getLoanAppFormPktPagedListSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 403 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllLoanAppFormPktFields": true, "LoanAppFormPktFields": { "DefaultPrinter": [ 1 ], "Description": true, "ForcePrinting": [ 1 ], "FormPacketType": true, "SpecfileName": [ 1 ] } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Retrieve a list of paged select fields for searching by loan application form packets.
POST /nexum/627/2022.01/parameter/searchLoanAppFormPktPagedSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 418 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "PagingRequestContext": { "NumberOfRecordsToReturn": 1, "NumberOfRecordsToSkip": 1, "Token": "text" }, "SelectableFields": { "IncludeAllLoanAppFormPktFields": true, "LoanAppFormPktFields": { "DefaultPrinter": [ 1 ], "Description": true, "ForcePrinting": [ 1 ], "FormPacketType": true, "SpecfileName": [ 1 ] } }, "Query": "text", "nxAttributes": { "customFields": { "appId": "glaci" } } }
POST /nexum/627/2022.01/parameter/updateLoanAppFormPktByID HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 370 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "LoanAppFormPktFormPacketType": 1, "LoanAppFormPktUpdatableFields": { "DefaultPrinter": [ { "EntryId": 1, "DefaultPrinter": 1 } ], "Description": "text", "ForcePrinting": [ { "EntryId": 1, "ForcePrinting": true } ], "SpecfileName": [ { "EntryId": 1, "SpecfileName": "text" } ] }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
{ "UpdateStatus": { "isAllFieldsUpdateSuccess": true, "FailedUpdateStatus": [ { "Record": "text", "ErrorCode": "text", "ErrorMessage": "text", "PrimaryKeyField": [ { "Name": "text", "Value": "text" } ] } ] } }