LoanAppFormPkt
Perform various operations for Symitar parameters.
Operations
Loan App FormPacket
Authorizations
Body
LoanAppFormPktFormPacketTypeintegerRequired
Responses
200
Successful operation.
application/json
post
/getLoanAppFormPktPOST /nexum/627/2022.01/parameter/getLoanAppFormPkt HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanAppFormPktFormPacketType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
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
Authorizations
Body
LoanAppFormPktFormPacketTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/getLoanAppFormPktSelectFieldsPOST /nexum/627/2022.01/parameter/getLoanAppFormPktSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"LoanAppFormPkt": {
"DefaultPrinter": [
{
"EntryId": 1,
"DefaultPrinter": 1
}
],
"Description": "text",
"ForcePrinting": [
{
"EntryId": 1,
"ForcePrinting": true
}
],
"SpecfileName": [
{
"EntryId": 1,
"SpecfileName": "text"
}
],
"FormPacketType": 1
}
}Loan App FormPacketPagedList
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLoanAppFormPktPagedListPOST /nexum/627/2022.01/parameter/getLoanAppFormPktPagedList 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"
}
}
}200
Successful operation.
{
"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
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLoanAppFormPktListSelectFieldsPOST /nexum/627/2022.01/parameter/getLoanAppFormPktListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"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.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchLoanAppFormPktSelectFieldsPOST /nexum/627/2022.01/parameter/searchLoanAppFormPktSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"LoanAppFormPktList": {
"hasReachedMaximumListSize": true,
"LoanAppFormPkt": [
{
"DefaultPrinter": [
{
"EntryId": 1,
"DefaultPrinter": 1
}
],
"Description": "text",
"ForcePrinting": [
{
"EntryId": 1,
"ForcePrinting": true
}
],
"SpecfileName": [
{
"EntryId": 1,
"SpecfileName": "text"
}
],
"FormPacketType": 1
}
]
}
}Loan App FormPacketPagedListSelectFields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLoanAppFormPktPagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getLoanAppFormPktPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"LoanAppFormPkt": [
{
"DefaultPrinter": [
{
"EntryId": 1,
"DefaultPrinter": 1
}
],
"Description": "text",
"ForcePrinting": [
{
"EntryId": 1,
"ForcePrinting": true
}
],
"SpecfileName": [
{
"EntryId": 1,
"SpecfileName": "text"
}
],
"FormPacketType": 1
}
],
"Token": "text"
}Retrieve a list of paged select fields for searching by loan application form packets.
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchLoanAppFormPktPagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchLoanAppFormPktPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"LoanAppFormPkt": [
{
"DefaultPrinter": [
{
"EntryId": 1,
"DefaultPrinter": 1
}
],
"Description": "text",
"ForcePrinting": [
{
"EntryId": 1,
"ForcePrinting": true
}
],
"SpecfileName": [
{
"EntryId": 1,
"SpecfileName": "text"
}
],
"FormPacketType": 1
}
],
"Token": "text"
}Authorizations
Body
LoanAppFormPktFormPacketTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/updateLoanAppFormPktByIDPOST /nexum/627/2022.01/parameter/updateLoanAppFormPktByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
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"
}
}
}200
Successful operation.
{
"UpdateStatus": {
"isAllFieldsUpdateSuccess": true,
"FailedUpdateStatus": [
{
"Record": "text",
"ErrorCode": "text",
"ErrorMessage": "text",
"PrimaryKeyField": [
{
"Name": "text",
"Value": "text"
}
]
}
]
}
}Last updated
Was this helpful?