feeGetTotByDateRange

Version

1.3

Parameters

Parameter Type Description
pStartDate string Start of date range, in format MM/DD/YYYY.
pEndDate string End of date range, in format MM/DD/YYYY.
fStatus1 … fStatusn (optional) string List of fee statuses to check for. Enter one or more statuses.

Returns

Returns total amount of fees that were assessed during the date range pStartDate to pEndDate.

Notes

If optional fStatus1 … fStatusn parameter(s) are supplied, the fee must have one of the statuses in fStatus1 … fStatusn.

A fee has one of the following statuses: NEW, INVOICED, VOIDED, CREDITED.

Fees are retrieved by their initial assess date, not invoiced date.