getPrepaymentPercentages

Retrieve prepayment percentages.

This is a list of predefined options that user can choose from — to set what fraction of the invoice the customer must pay in advance. This list is used:

  • For Lay-bys in POS;
  • For Prepayment Invoices in Erply back office.

Input parameters

Parameter name Description Possible value Required
changedSince Retrieve only items that have been added or modified since the specified timestamp. Use it to keep a local database in sync with Erply. Integer (Unix timestamp)

Response

Field name Type Description
percentageID integer
percentage number 0 ≤ percentage ≤ 100
If you have erroneously defined a percentage in Erply backend that is not numeric, or smaller than 0, or greater than 100, it gets returned as 0 (in the first two cases) or 100 (in the last case).
added integer Unix timestamp. Creation time.
lastModified integer Unix timestamp. Last modification time.