Available Routes
get |
{API Key}/v2/invoicebatches |
Data Format
Invoice Batches |
Field Name |
Type |
Values |
Description |
FirmId |
Number |
|
Unique Firm ID in B4T Database (B4T Generated) |
InvoiceBatchId |
Number |
|
Unique Firm ID in B4T Database (B4T Generated) |
BillFromDate |
Date |
|
|
BillToDate |
Date |
|
|
CreatedDate |
Date |
|
|
InvoiceDate |
Date |
|
Invoice Date |
CreatedById |
Number |
|
Created By User ID |
CreatedBy |
Name |
|
Created By User Name |
Status |
Text |
|
Invoice Status |
Description |
Text |
|
Invoice Description |
OffMonth |
Text |
True False |
|
InvoiceStartNumber |
Number |
|
Starting number for Invoices |
Usage Examples
Find all Invoices batches
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/invoicebatches
Find invoice with id = 10012
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/invoicebatches?$filter=id eq 10012
Find invoices in a pre-bill status
gethttps://secure.bill4time.com/b4t-api/{Api Key}/v2/invoicebatches?$filter=status eq 'prebill'
Comments
0 comments
Please sign in to leave a comment.