proceed_to_file
Initializes GSTR-1 filing after data validation, returning a reference_id to poll until completed before fetching summary.
Instructions
Initialise the filing process after data validation is complete (Step 4).
Poll check_return_status() with the returned reference_id until COMPLETED before calling get_gstr1_summary().
Args: access_token: Taxpayer session token gstin: 15-digit GST Identification Number ret_period: Return period in MMYYYY format is_nil: "Y" for a nil return, "N" for a regular return (default "N")
Returns: Dict with reference_id for status polling, or an error dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gstin | Yes | ||
| is_nil | No | N | |
| ret_period | Yes | ||
| access_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |