Available Routes
| get |
{API Key}/v2/ClientUserBillingRates |
Data Format
| Client User Billing Rates |
| Field Name |
Type |
Values |
Description |
| InternalClientID |
Number |
|
Unique ID for the Client (Bill4Time Generated) |
| UserID |
Number |
|
Unique ID for the User (Bill4Time Generated) |
| RateSetAt |
Number |
|
Rate for user |
| BillingRate |
Number |
|
Standard Billing rate for the User |
| OvertimeRate |
Number |
|
Overtime Billing rate for the User |
| ContractorRate |
Number |
|
Standard Billing rate for the Contractor |
| ContractorOvertimeRate |
|
|
Overtime Billing rate for the Contractor |
| DoubleRate |
Number |
|
Overtime Billing rate for the User |
| rateLockId |
Number |
|
|
| EmpName |
Text |
|
Name of User (Employee) |
| Contractor |
Text |
|
Name of Contractor (User) |
| EmpStatus |
Text |
Disabled, Active |
Status of Users |
| UserType |
Text |
- System Admin
- Office Admin
- Standard User
- Limited User
- Financial User
|
User Type |
| ClientName |
Text |
|
Name of the client |
| ClientStatus |
Text |
|
Status Of Client |
| ClientType |
Text |
|
Type of Client |
| CreationDate |
Datetime |
|
Date client was created |
| ClientID |
Text |
|
Unique ID for the project (User Generated). Normally the same as id |
Usage Examples
Find all users
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/ClientUserBillingRates
Find user with id = 2
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/ClientUserBillingRates?$filter=id eq 2
Comments
0 comments
Please sign in to leave a comment.