# Batch

Batch calls ($batch) is a way to send multiple requests to IFS with only one http request. Currently the connector supports two batch operations.&#x20;

* One that creates a 'parent' entity along with one or many related 'child' rows. ('Batch Create AssistantDocIssueSet and add owned collections' in image below)
* One that create multiple 'child' rows to an already existing 'parent' entity ('Batch Add to AssistantEdmFileReferenceArray' in image below)

<figure><img src="/files/PnrNmifaLIKSXkSzn9dz" alt=""><figcaption><p>$batch operations</p></figcaption></figure>

The benefit with a $batch call is in part performance, but also that it is an all or nothing operation. If the 'parent' can be created, but there are issues with one of the 'child' entities - nothing is created.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.novacuraflow.com/connectors/areas/business-systems/ifs-applications/ifs-odata/operations/batch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
