StartBatch

Use this to begin a batch from your ClientDeviceId. All following API requests from the same ClientDeviceId resulting in object modified events will contain a batch Id until EndBatch is called. Returns (Task)

Overview of StartBatch goes here.

Name Description
instance The instance to start a batch for

Start Batch

Example in C#

// Returns: nothing
await client.StartBatch(InstanceInfo instance);

Example in CURL



           curl -X POST \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/batch \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '{"$type":"<>f__AnonymousType5, Feenics.Keep.WebApi.Wrapper"}'