文档
测试

纳税查询

POST
http://192.168.0.222/tax_sel

请求参数

参数名
类型
描述
必填
token
string
示例:c4ca4238a0b923820dcc509a6f75849b
必填
type
str
1.工资薪金 2..劳务报酬 3.稿酬 4.特许权使用费 多个选择用英文逗号隔开 示例:1,2,3,4
必填
row
int
行数 示例:2
可选
p
int
页码 示例:1
可选
year
str
年度 示例:2021
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:Success.
必填
data
object
数据字典
必填
list
array
数据列表
必填
id
int
数据ID 示例:6
必填
addtime
str
添加时间 示例:2021-08-05 10:52
必填
income
string
收入 示例:1.00
必填
tax
string
已申报税额 示例:1.00
必填
income_item_subcategory
string
所得项目小类 示例:正常工资薪金
必填
withholding_agent_name
string
扣缴义务人名称 示例:扣缴义务人名称
必填
agent_number
string
扣缴义务人纳税人识别号 示例:扣缴义务人纳税人识别号
必填
tax_organ
string
主管税务机关 示例:主管税务机关
必填
declare_channel
string
申报渠道 示例:其他
必填
tax_time
str
税款所属期 示例:2021-06
必填
current_income
string
本期收入 示例:0.00
必填
duty_free
string
本期免税收入 示例:0.00
必填
deduction_cost
string
本期减除费用 示例:0.00
必填
current_special
string
本期专项扣除 示例:0.00
必填
current_other
string
本期其他扣除 示例:0.00
必填
current_project
string
本期准予扣除的捐赠项目 示例:0.00
必填
uid
int
纳税ID 示例:1
必填
is_del
int
是否删除 示例:0
必填
uptime
int
最后更新 示例:2021-08-05 10:53
必填
state
int
状态 示例:1
必填
tax_addtime
str
申报日期 示例:2021-05-08
必填
title
str
小标题 示例:工资薪金
必填
count
int
数据总数 示例:6
必填
pagenum
int
数据分页总数 示例:3
必填
row
string
当前行数 示例:2
必填
p
int
当前页码 示例:1
必填
sum_income
float
收入合计 示例:8778.06
必填
sum_tax
float
已申报税额合计 示例:107.90
必填

说明 / 示例

``` { "data": { "list": [ { "id": 6, "addtime": "2021-08-04 14:51", "income": "1.00", "tax": "1.00", "income_item_subcategory": "正常工资薪金", "withholding_agent_name": "", "agent_number": "", "tax_organ": "", "declare_channel": "", "tax_time": "1970-01", "current_income": "0.00", "duty_free": "0.00", "deduction_cost": "0.00", "current_special": "0.00", "current_other": "0.00", "current_project": "0.00", "uid": 1, "is_del": 0, "uptime": "2021-08-04 14:51", "state": 1, "tax_addtime": "1970-01-01", "title": "工资薪金" }, { "id": 5, "addtime": "2021-08-04 09:49", "income": "0.00", "tax": "0.00", "income_item_subcategory": "正常工资薪金", "withholding_agent_name": "", "agent_number": "", "tax_organ": "", "declare_channel": "", "tax_time": "1970-01", "current_income": "0.00", "duty_free": "0.00", "deduction_cost": "0.00", "current_special": "0.00", "current_other": "0.00", "current_project": "0.00", "uid": 0, "is_del": 0, "uptime": "2021-08-04 09:49", "state": 1, "tax_addtime": "1970-01-01", "title": "工资薪金" } ], "count": 6, "pagenum": 3, "row": "2", "p": 1, "sum_income": "8778.06", "sum_tax": "107.90" }, "code": 1, "msg": "Success." } ```