LoanFieldName
Perform various operations for Symitar parameters.
Operations
LoanField Name
Authorizations
Body
LoanFieldNameFieldintegerRequired
Responses
200
Successful operation.
application/json
post
/getLoanFieldNamePOST /nexum/627/2022.01/parameter/getLoanFieldName HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 147
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanFieldNameField": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LoanFieldName": {
"Field": 1,
"FieldName": "text"
}
}LoanField NameSelectFields
Authorizations
Body
LoanFieldNameFieldintegerOptional
Responses
200
Successful operation.
application/json
post
/getLoanFieldNameSelectFieldsPOST /nexum/627/2022.01/parameter/getLoanFieldNameSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 259
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanFieldNameField": 1,
"SelectableFields": {
"IncludeAllLoanFieldNameFields": true,
"LoanFieldNameFields": {
"Field": true,
"FieldName": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LoanFieldName": {
"Field": 1,
"FieldName": "text"
}
}LoanField NamePagedList
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLoanFieldNamePagedListPOST /nexum/627/2022.01/parameter/getLoanFieldNamePagedList 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.
{
"LoanFieldName": [
{
"Field": 1,
"FieldName": "text"
}
],
"Token": "text"
}LoanField NameListSelectFields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLoanFieldNameListSelectFieldsPOST /nexum/627/2022.01/parameter/getLoanFieldNameListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 236
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLoanFieldNameFields": true,
"LoanFieldNameFields": {
"Field": true,
"FieldName": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LoanFieldNameList": {
"hasReachedMaximumListSize": true,
"LoanFieldName": [
{
"Field": 1,
"FieldName": "text"
}
]
}
}Retrieve a list of select fields for searching by loan field names.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchLoanFieldNameSelectFieldsPOST /nexum/627/2022.01/parameter/searchLoanFieldNameSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 268
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLoanFieldNameFields": true,
"LoanFieldNameFields": {
"Field": true,
"FieldName": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LoanFieldNameList": {
"hasReachedMaximumListSize": true,
"LoanFieldName": [
{
"Field": 1,
"FieldName": "text"
}
]
}
}LoanField NamePagedListSelectFields
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLoanFieldNamePagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getLoanFieldNamePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 330
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLoanFieldNameFields": true,
"LoanFieldNameFields": {
"Field": true,
"FieldName": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LoanFieldName": [
{
"Field": 1,
"FieldName": "text"
}
],
"Token": "text"
}Retrieve a list of paged select fields for searching by loan field names.
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchLoanFieldNamePagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchLoanFieldNamePagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 345
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLoanFieldNameFields": true,
"LoanFieldNameFields": {
"Field": true,
"FieldName": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LoanFieldName": [
{
"Field": 1,
"FieldName": "text"
}
],
"Token": "text"
}Authorizations
Body
LoanFieldNameFieldintegerOptional
Responses
200
Successful operation.
application/json
post
/updateLoanFieldNameByIDPOST /nexum/627/2022.01/parameter/updateLoanFieldNameByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 199
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LoanFieldNameField": 1,
"LoanFieldNameUpdatableFields": {
"FieldName": "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?