bulk_validate_gstin
Validate multiple GSTINs concurrently to speed up vendor onboarding and reconciliation. Reduces batch validation time by parallelizing requests.
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 | |||