Skip to main content
POST
Bulk create declarations
Create multiple export declarations in one request. Processing is partial-success: valid items are created even if others fail.

Request Payload

array
required
List of declaration payloads to create in bulk. Each item in the array must follow the simplified EXPORT or full declaration schema.

Response

The response returns an array containing the creation results for each submitted declaration. You should inspect the success field for each item in the list to verify if it was successfully created or encountered validation errors.