Account Hourly Rate¶
-
class
moco_wrapper.models.AccountHourlyRate(moco)¶ Model for handling hourly rates
-
static
endpoints() → List[moco_wrapper.util.endpoint.endpoint.Endpoint]¶ Returns all endpoints associated with the model
Returns: List of Endpoint objects Return type: moco_wrapper.util.endpoint.Endpoint
-
get(company_id: int = None)¶ Get the hourly rate
Parameters: company_id (int) – Company id to get the hourly rates for (default None)Returns: Hourly rates of the specified company Note
When no company_id is specified the global hourly rates are returned
-
static