TAG LINE
SMALL TITLE
id | "id": "Hello World" Type: String This is the unique numeric identifier for the TaxBatchLog |
name | "name": "Hello World" Type: String |
taxVendorId | "taxVendorId": 7 Type: Number Unique identifier for the associated TaxVendor object. |
invoiceId | "invoiceId": 0 Type: Number Unique identifier for the associated Invoice object. |
createdDate | "createdDate": "2005-04-11T14:56:24" Type: Date |
recordCount | "recordCount": 26 Type: Number |
taxCount | "taxCount": 7 Type: Number |
exemptionCount | "exemptionCount": 16 Type: Number |
errorCount | "errorCount": 22 Type: Number |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v2/TaxBatchLog |
Retrieve all of the TaxBatchLog objects. |
GET | api/v2/TaxBatchLog/Paged |
Retreive all of the TaxBatchLog objects in a paged fashion. |
GET | api/v2/TaxBatchLog/{id:long} |
Retrieve all of the TaxBatchLog objects. |