ScheduledOneTimePriceCharge
Version: 1.33
Parameters
Extends: TractObject
Attribute | Required? | Datatype | Description |
description |
string |
Description of this charge. |
|
amount |
decimal |
Amount of the charge. |
|
invoiced |
boolean |
Has the charge been invoiced? |
|
chargeDate |
dateTime |
When is this charge schedule for? |
|
status |
PriceChargeStatus |
ACTIVE CANCELED |
Querying ScheduledOneTimePriceCharge
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 |
serviceEid |
Long |
orderItemEid |
Long |
.orderItemChargeEid |
Long |
invoiced |
Boolean |
status |
PriceChargeStatus |
REST Endpoints
getOneTimePriceCharges |
GET |
https://my.tractbilling.com/t/s/r/1.33/scheduledOneTimePriceCharges |
getOneTimePriceCharge |
GET |
https://my.tractbilling.com/t/s/r/1.33/scheduledOneTimePriceCharges/{eid} |
REST Endpoints
Coming soon.
Sample Requests and Responses
SOAP — Coming soon.
REST — Coming soon.