ServicePriceRange
Version: 1.33
Parameters
Extends: TractObject
Attribute | Required? | Datatype | Description |
quantityBeginRange |
Y |
decimal |
The low number of items |
quantityEndRange |
Y |
decimal |
|
price |
Y |
decimal |
The price for this quantity tier. |
currencyType |
Yes |
CurrencyType |
|
Querying ServicePriceRange
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 |
servicePriceEid |
Long |
REST Endpoints
getServices |
GET |
https://my.tractbilling.com/t/s/r/1.33/servicePriceRanges |
getServicePriceRange |
GET |
https://my.tractbilling.com/t/s/r/1.33/servicePriceRanges/{eid: \d+} |