BatchItem

A single batch request item. Batch executions are comprised of an array of these entities.

Fields

FieldTypeMode Description
keyStringrequired

The key identifying this request item. This key will appear in the corresponding BatchResponse.id.

The key should be unique among all BatchItems in the same request.

requestBatchRequestrequired

The BatchRequest object.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations