📄️ Creating Records in Bulk
Meter Entries frequently need to be created in large batches because of the high volume of data. Maybe you are tracking meters for a large number of vehicles in the field, or maybe you're synchronizing activity in regular intervals. These workloads can very easily trigger the Fleetio API's Rate Limits if each record is created one at a time.
📄️ Updating Records in Bulk
Updating records through the Bulk API is slightly different from creating them. The main difference is that you'll need to provide two extra fields with each object: identifierfieldname and identifierfieldvalue.