v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Term

Retrieves a Term resource.

Retrieves a Term resource.

get/terms/{id}

Path parameters

idstring required

Resource identifier

Response

Term resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

namestring

Name for the term e.g. Net 30

typestring nullable

Type of the Sales term e.g. STANDARD

discountPercentstring nullable

Discount percentage available against an amount if paid with discount days.

discountDaysinteger nullable

Discount applies if paid within this number of days

dayOfMonthDueinteger nullable

Payment must be received by this day of the month

discountDayOfMonthinteger nullable

Discount applies if paid before this day of month

dueNextMonthDaysinteger nullable

Payment due next month if issued that many days before the day of month due.

dueDaysinteger nullable

NUmber of days from delivery of goods/services until the payment is due

activeboolean

Whether or not the entity is enabled for use by the application

createdstring nullable

Date and time the term was created

modifiedstring nullable

Date and time the term was last modified

directorystring nullable

Example response

{
  "integration": "quickbooks"
}