Bulk create declarations
Import Declarations
Bulk create declarations
Create multiple import declarations in a single request. Processing is partial-success: valid items are created even if others fail.
POST
Bulk create declarations
Create multiple import declarations in one request. Processing is partial-success: valid items are created even if others fail.
Request Payload
List of declaration payloads to create in bulk. Each item in the array must follow the simplified
IMPORT or full declaration schema.Response
The response returns an array containing the creation results for each submitted declaration. You should inspect thesuccess field for each item in the list to verify if it was successfully created or encountered validation errors.