RESTful Rental API
When Rental Bills are Ready for Pickup
Rental bills will be available for pickup via GET /rental/bills/readyForPickup or GET /rental/bills/readyForPickup/new when:
-
The rental billing period that the bill is in is marked as "Open"
-
The rental bills have been "Sent To Printer", meaning that a user has pressed the "Create File For Printer" button in TrackAbout
Recalculating Rental Bills
Occasionally, a rental bill will need to be recalculated in TrackAbout. When this occurs, the bill in question will receive a new rental invoice number, and will be treated as though it had never been picked up via the API. Therefore it is possible that a rental invoice can be sent via the API twice.