bulk_validate_gstin
Validate a batch of up to 500 GSTINs in parallel, reducing serial API calls to expedite vendor onboarding and reconciliation.
Instructions
Validate multiple GSTINs in parallel using ThreadPoolExecutor.
Use when batch-validating vendor GSTINs for onboarding or reconciliation. Reduces N serial calls to ~N/10 parallel batches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gstins | Yes | List of GSTINs to validate (max 500) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||