Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/v1/accounting/financial-configuration/payment-terms

Prev Next
Get
/public/v1/accounting/financial-configuration/payment-terms

Retrieves payment terms for the current tenant with pagination support

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Query parameters
pageSize
integer

Number of items per page. Defaults to 250, max 250

Maximum250.0
Default250
continuationToken
string

Continuation token for retrieving the next page of results

Responses
200

Paginated list of payment terms.

Expand All
object

Response model for the GET /financial-configuration/payment-terms endpoint.

paymentTerms
Array of object (R365.Accounting.FinancialConfiguration.Contracts.PaymentTerm.Apis.Responses.GetPaymentTermsResponseItem) | null

The collection of payment terms.

object

Simplified payment term item returned by GET /financial-configuration/payment-terms.

id
string (uuid)

Unique identifier for the payment term.

name
string | null

Display name of the payment term (e.g., "NET30").

nextLink
string | null

Next link for pagination. Null when there are no more pages.