GET Method Details for GetAll.
Get all payment terms
Definition
https://app[x].timelog.com/[account name]/api/v{version}/payment-term
Parameters
- version string The requested API version
Returns
-
[200] A list of payment terms
- CreditTerm string Gets or sets the credit term
- CurrencyID integer Gets or sets the currency ID
- DaysOfCredit integer Gets or sets the days of credit
- ID integer Gets or sets the payment term ID
- InterestPeriod string Gets or sets the interest period
- InterestRate number Gets or sets the interest rate
- IsActive boolean Gets or sets a value indicating whether this instance is active
- IsDefaultTerm boolean Gets or sets whether this payment term is default term
- Name string Gets or sets the payment term name
- PaymentTermGuid string Gets or sets the payment term Guid
- ReminderFee number Gets or sets the reminder fee
- TermMessage string Gets or sets the term message
- [401] Invalid authentication token
-
[500] Request to GetAll has failed
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.