BillingAccountCategory
Version: 1.33
Parameters
Extends: TractObject
Element | Type | Required? | Description |
paymentTerm |
paymentTerm |
Y |
The payment term for the accounts in this category, i.e "Net 30" |
Attribute | Required? | Datatype | Description |
type |
|
string |
User-defined billing account category type, i.e "Non-profit", "Business", etc. |
description |
Y |
string |
The description of this category. |
status |
Y |
BillingAccountCategoryStatus |
BA_CATEGORY_ACTIVE BA_CATEGORY_SUSPENDED BA_CATEGORY_CANCELED |
conversionCurrencyType |
|
CurrencyType |
|
autoPayOffset |
|
integer |
Number of days to offset automatic payment. Negative integers indicate a payment before the due date; positive integers indicate days after the due date. |
Querying BillingAccountCategory
For paged results, use the plural of the entity name (for example, billingAccounts, productCategories). For more information, refer to Understanding Queries.
Key | Type |
eid |
Long |
desc |
String |
status |
customer.BillingAccountCategoryStatus |
REST Endpoints
getBillingAccountCategories |
GET |
https://my.tractbilling.com/t/s/r/1.33/billingAccountCategories |
getBillingAccountCategory |
GET |
https://my.tractbilling.com/t/s/r/1.33/billingAccountCategories/{eid: \d+} |