Available Routes
get |
{API Key}/v2/MatterUserBillingRates |
Data Format
Matter User Billing Rates |
Field Name |
Type |
Values |
Description |
FirmId |
Number |
|
Unique ID for the Firm (Bill4Time Generated) |
InternalProjectID |
Number |
|
Unique ID for the Client (Bill4Time Generated) |
UserID |
Number |
|
Unique ID for the User (Bill4Time Generated) |
BillingRate |
Number |
|
Rate for user |
OvertimeRate |
Number |
|
Standard Billing rate for the User |
ContractorRate |
Number |
|
Billing rate for the Contractor |
ContractorOvertimeRate |
Number |
|
Overtime Billing rate for the Contractor |
DoubleRate |
Number |
|
|
RateLockId |
Number |
|
|
UserName |
Text |
|
|
Contractor |
Text |
|
Name of Contactor |
UserStatus |
Text |
Active Disabled |
Status of User |
UserType |
Text |
System Admin Office Admin Standard User Limited User Financial User |
User Type |
ClientName |
Text |
|
Name of the client |
InternalClientID |
Number |
|
Unique ID for the Client (Bill4Time Generated) |
ClientStatus |
Text |
Active Disabled |
Status of Client |
ClientType |
Text |
|
Type of Client |
CreationDate |
Date |
|
Creation date of client |
ClientLabel |
Text |
|
ID of Client |
ProjectName |
Text |
|
Name of Matter/Project |
ProjectLabel |
Number |
|
ID of Project |
ProjectStatus |
Text |
|
Status of Matter |
ProjectType |
Text |
|
Type of Matter/Project |
CreatedDate |
Date |
|
Date Matter/Project was created |
Usage Examples
Find all users
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/MatterUserBillingRates
Find user with id = 2
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/MatterUserBillingRates?$filter=id eq 2
Comments
0 comments
Please sign in to leave a comment.