Available Routes
Data Format
Client |
Field Name |
Type |
Values |
Description |
FirmId |
Number |
|
Unique Firm ID in B4T Database (B4T Generated) |
InternalClientID |
number |
|
Unique ID for the client (Bill4Time Generated) |
ClientID |
text |
|
Unique ID for the client (User Generated Custom ID). Normally the same as id |
ClientName |
text |
|
Name for the client |
BillingName |
text |
|
Name for the client as will appear on invoices |
ClientType |
text |
|
Type of client |
CreationDate |
datetime |
|
Date that the client was created |
AccountManagerId |
number |
|
User ID of the account manager for the client |
AccountManagerName |
text |
|
Full name of the account manager for the client |
ClientStatus |
text |
Active, Disabled |
Status of Client |
Address1 |
text |
|
Address line 1 of the client |
Address2 |
text |
|
Address line 2 of the client |
Address3 |
text |
|
Address line 3 of the client |
City |
text |
|
Client's City |
State |
text |
|
Client's state |
Country |
text |
|
Client's Country |
PostalCode |
text |
|
Client's postalCode |
Phone |
text |
|
Client's phone number |
Mobile |
text |
|
Client's mobile phone number |
Fax |
text |
|
Client's fax number |
Email |
text |
|
Client's email |
ContactId |
Number |
|
Contact ID (Bill4Time Generated) |
ContactFirstName |
Text |
|
First Name of Contact |
ContactLastName |
Text |
|
Last Name of Contact |
CurrencyCode |
Text |
|
Currency code of the client. |
CurrencySymbol |
Text |
|
Currency symbol of the client. |
Usage Examples
Find all clients
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/clients
Find client with id = 751
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/clients?$filter=id eq 751
Find All Active Clients
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/clients?$filter=status eq 'Active'
Find All Active clients created after January 1st, 2017
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/clients?$filter=status eq 'Active' AND creationDate gt '2017-01-01'
Comments
0 comments
Please sign in to leave a comment.