GET /admin/billing/tax-export
导出指定时间段内的税务相关数据,用于税务申报和审计。支持按 tax_period 或 start_date/end_date 指定范围,默认导出 CSV 格式。
计费服务 `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tax_period |
query |
string |
No |
|
|
|
税务周期 |
start_date |
query |
string |
No |
|
|
|
开始日期 (YYYY-MM-DD) |
end_date |
query |
string |
No |
|
|
|
结束日期 (YYYY-MM-DD) |
format |
query |
string |
No |
csv |
|
|
导出格式 (csv/json) |
Referenced Schemas
dto.TaxExportDetailResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.TaxExportResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.TaxExportResponse
| Field | Type | Required | Example | Constraints | Description |
download_url |
string |
No |
https://storage.example.com/... |
|
|
expires_at |
string |
No |
2026-04-16T10:00:00Z |
|
|
format |
string |
No |
pdf |
|
|
period |
string |
No |
2026-Q1 |
|
|
tax_report_id |
string |
No |
tax_2026q1 |
|
|