LateChg
Perform various operations for Symitar parameters.
Operations
No description provided.
Authorizations
Body
LateChgLateChargeTypeintegerRequired
Responses
200
Successful operation.
application/json
post
/getLateChgPOST /nexum/627/2022.01/parameter/getLateChg HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 150
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LateChgLateChargeType": 1,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LateChg": {
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
}No description provided.
Authorizations
Body
LateChgLateChargeTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/getLateChgSelectFieldsPOST /nexum/627/2022.01/parameter/getLateChgSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 461
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LateChgLateChargeType": 1,
"SelectableFields": {
"IncludeAllLateChgFields": true,
"LateChgFields": {
"AddLateChargetoPmt": true,
"AdditionalFlatFee": true,
"IncludeEscrowAmount": true,
"LateChargeFormula": true,
"LateChargeGraceDays": true,
"LateChargeMaximum": true,
"LateChargeMinimum": true,
"LateChargeRate": true,
"LateChargeType": true,
"Subformat": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LateChg": {
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
}No description provided.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLateChgPagedListPOST /nexum/627/2022.01/parameter/getLateChgPagedList 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.
{
"LateChg": [
{
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
],
"Token": "text"
}No description provided.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLateChgListSelectFieldsPOST /nexum/627/2022.01/parameter/getLateChgListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 435
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLateChgFields": true,
"LateChgFields": {
"AddLateChargetoPmt": true,
"AdditionalFlatFee": true,
"IncludeEscrowAmount": true,
"LateChargeFormula": true,
"LateChargeGraceDays": true,
"LateChargeMaximum": true,
"LateChargeMinimum": true,
"LateChargeRate": true,
"LateChargeType": true,
"Subformat": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LateChgList": {
"hasReachedMaximumListSize": true,
"LateChg": [
{
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
]
}
}Retrieve a list of select fields for searching by late charges.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/searchLateChgSelectFieldsPOST /nexum/627/2022.01/parameter/searchLateChgSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 467
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllLateChgFields": true,
"LateChgFields": {
"AddLateChargetoPmt": true,
"AdditionalFlatFee": true,
"IncludeEscrowAmount": true,
"LateChargeFormula": true,
"LateChargeGraceDays": true,
"LateChargeMaximum": true,
"LateChargeMinimum": true,
"LateChargeRate": true,
"LateChargeType": true,
"Subformat": true
}
},
"SearchFilter": {
"Query": "text"
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LateChgList": {
"hasReachedMaximumListSize": true,
"LateChg": [
{
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
]
}
}No description provided.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getLateChgPagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getLateChgPagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 529
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLateChgFields": true,
"LateChgFields": {
"AddLateChargetoPmt": true,
"AdditionalFlatFee": true,
"IncludeEscrowAmount": true,
"LateChargeFormula": true,
"LateChargeGraceDays": true,
"LateChargeMaximum": true,
"LateChargeMinimum": true,
"LateChargeRate": true,
"LateChargeType": true,
"Subformat": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LateChg": [
{
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
],
"Token": "text"
}Retrieve a list of paged select fields for searching by late charges.
Authorizations
Body
QuerystringOptional
Responses
200
Successful operation.
application/json
post
/searchLateChgPagedSelectFieldsPOST /nexum/627/2022.01/parameter/searchLateChgPagedSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 544
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllLateChgFields": true,
"LateChgFields": {
"AddLateChargetoPmt": true,
"AdditionalFlatFee": true,
"IncludeEscrowAmount": true,
"LateChargeFormula": true,
"LateChargeGraceDays": true,
"LateChargeMaximum": true,
"LateChargeMinimum": true,
"LateChargeRate": true,
"LateChargeType": true,
"Subformat": true
}
},
"Query": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"LateChg": [
{
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1,
"LateChargeType": 1
}
],
"Token": "text"
}Authorizations
Body
LateChgLateChargeTypeintegerOptional
Responses
200
Successful operation.
application/json
post
/updateLateChgByIDPOST /nexum/627/2022.01/parameter/updateLateChgByID HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 369
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"LateChgLateChargeType": 1,
"LateChgUpdatableFields": {
"AddLateChargetoPmt": 1,
"AdditionalFlatFee": 1,
"IncludeEscrowAmount": 1,
"LateChargeFormula": 1,
"LateChargeGraceDays": 1,
"LateChargeMaximum": 1,
"LateChargeMinimum": 1,
"LateChargeRate": 1,
"Subformat": 1
},
"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?