ApPmtTermsTablePagedList

Perform various operations for Symitar parameters.

Symitar eDocs References: Coming soon.

Operations

getApPmtTermsTablePagedList

post
Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getApPmtTermsTablePagedList
POST /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"
}

getApPmtTermsTablePagedListSelectFields

post
Authorizations
Body
Responses
200

Successful operation.

application/json
post
/getApPmtTermsTablePagedListSelectFields
POST /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?