文档
测试

纳税查询详情

POST
http://192.168.0.222/tax_sel_info

请求参数

参数名
类型
描述
必填
token
string
示例:c4ca4238a0b923820dcc509a6f75849b
必填
id
int
示例:1 纳税标识
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:Success.
必填
data
object
数据字典
必填
find
object
数据字典
必填
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
小标题 示例:工资薪金
必填
list
array
数据列表
必填

说明 / 示例

``` { "code": 1, "msg": "Success.", "data": { "find": { "id": 1, "addtime": "2021-08-03 14:58", "income": "8530.06", "tax": "105.90", "income_item_subcategory": "正常工资薪金", "withholding_agent_name": "广州科技有限公司", "agent_number": "99144010BB59AAAA88", "tax_organ": "国家税务总局广州市天河税务局", "declare_channel": "其他", "tax_time": "2021-06", "current_income": "8530.01", "duty_free": "0.00", "deduction_cost": "5000.00", "current_special": "0.00", "current_other": "0.00", "current_project": "0.00", "uid": 1, "is_del": 0, "uptime": "2021-08-03 18:19", "state": 1, "tax_addtime": "2021-05-15", "title": "工资薪金" }, "list": [] } } ```