ApPmtTermsTablePagedList
Perform various operations for Symitar parameters.
Operations
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getApPmtTermsTablePagedListPOST /nexum/627/2022.01/parameter/getApPmtTermsTablePagedList 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.
{
"ApPmtTermsTable": [
{
"DayofMonthDue": 1,
"DaysBeforeDue": 1,
"DiscountNumDays": 1,
"DiscountRate": 1,
"LongDescription": "text",
"ShortDescription": "text"
}
],
"Token": "text"
}Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getApPmtTermsTablePagedListSelectFieldsPOST /nexum/627/2022.01/parameter/getApPmtTermsTablePagedListSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 436
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"PagingRequestContext": {
"NumberOfRecordsToReturn": 1,
"NumberOfRecordsToSkip": 1,
"Token": "text"
},
"SelectableFields": {
"IncludeAllApPmtTermsTableFields": true,
"ApPmtTermsTableFields": {
"DayofMonthDue": true,
"DaysBeforeDue": true,
"DiscountNumDays": true,
"DiscountRate": true,
"LongDescription": true,
"ShortDescription": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"ApPmtTermsTable": [
{
"DayofMonthDue": 1,
"DaysBeforeDue": 1,
"DiscountNumDays": 1,
"DiscountRate": 1,
"LongDescription": "text",
"ShortDescription": "text"
}
],
"Token": "text"
}Last updated
Was this helpful?