CallBatchCreateRequest
Submit up to a thousand calls that all follow one Call Agent.
A batch accepts a mix of good and bad entries. Each call is checked on its own: an entry Resia cannot dial — a destination its policy refuses, a malformed number, a destination repeated within the batch, a multi-party entry, or inputs the Call Agent rejects — is reported in the 202 response as a rejected entry, and the rest of the batch is still created. A batch in which every entry is rejected still returns 202, with an empty batch and every entry in the rejected list.
- callType: string
_agent _id min length:1max length:512requiredThe Call Agent every call in this batch follows.
- callsType: array of CallBatchEntryRequest 1…1000requiredProperties: 4
The calls to place, in submission order. Duplicate destinations are allowed: the first is created and each later one is reported as a rejected entry.
- fromType: stringnullable
_phone _number An owned caller number, or the default when omitted.

