GET /v1/projects/{projectGuid}/projectrecurringfeerules
Summary: Get all the Recurring Fee Rules for a project
Operation ID: ProjectRecurringFeeRules_GetProjectRecurringFeeRulesForProject
Auth: unknown
Operation ID: ProjectRecurringFeeRules_GetProjectRecurringFeeRulesForProject
Auth: unknown
Parameters (6)
billableTimePeriod
(?, query, optional)
the time period for any uninvoiced recurring rules.
firstRow
(integer, query, optional, default: 0)
Optional: first row to fetch. Default 0 = first row.
isBillablePeriodInFuture
(boolean, query, optional)
Optional. Filter the project recurring fee rules. If true/false, only the ones that will be billable in the future are returned. If null, all are returned. Default is false.
productType
(?, query, optional)
projectRecurringFeeRule's product type. if given, it filters the projectRecurringFeeRules by the given type.
projectGuid
(string, path, required)
ID of the project to get the recurring fee rules.
rowCount
(integer, query, optional)
Optional: How many rows to fetch, Default 20, maximum 100.
No probe data for this endpoint yet.