OptionalAlternateOptionalDeleteThis field is only provided when the Action Type is DeleteWithFilter. It is a valid SQL expression that can be used in a where clause to get a list of records in a given entity to delete
The name of the entity where action is to be taken
OptionalPrimaryFor Update, CreateOrUpdate and Delete operations either a PrimaryKey or an AlternateKey must be provided. For Create and DeleteWithFilter operations, neither is used.
OptionalRecordThis field is a JSON representation of the field values of the entity to be created or updated. It is used for all ActionTypes except for
The type of action requested. The possible values are Create, Update, CreateOrUpdate, Delete, DeleteWithFilter
For Update, CreateOrUpdate and Delete operations either a PrimaryKey or an AlternateKey must be provided. For Create and DeleteWithFilter operations, neither is used.