税务数据管理 地税数据导入 - Aladdin-GIS/XiShiGIS GitHub Wiki

地税申报信息数据导入


1、获得导入的记录

请求地址: IndComLog/GetAll?type=governmentRentDeclare

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
search string 过滤条件 null

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

2、根据一条导入记录获取对应的导入数据

请求地址: GovernmentRent/GetAllDeclare

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
search string 过滤条件 null
TL_ID int 导入记录 normal

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

3、获取所有导入数据

请求地址: GovernmentRent/GetAllDeclare?key=NoTclRecord

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
search string 过滤条件 null

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

4、删除导入的记录及数据

请求地址: GovernmentRent/DeleteDeclareRecord

请求示例: GovernmentRent/DeleteDeclareRecord?ids=1,2,3,4,5

请求方式: get

输入:

名称 类型 注释 默认值
ids int 记录ID(以“,”号分隔)

输出:

名称 类型 注释 默认值
msg string 信息
success bool 成功/失败
code int 代码 200

5、删除地税申报信息数据

请求地址: GovernmentRent/DeleteDeclare

请求示例: GovernmentRent/DeleteDeclare?ids=1,2,3,4,5

请求方式: get

输入:

名称 类型 注释 默认值
ids int 记录ID(以“,”号分隔)

输出:

名称 类型 注释 默认值
msg string 信息
success bool 成功/失败
code int 代码 200

6、导入地税申报数据

请求地址: GovernmentRent/AddDeclare?time=XXXX

请求方式: post

输入:

名称 类型 注释 默认值
time string 注册时间
file 导入文件

地税登记信息数据导入


1、获得导入的记录

请求地址: IndComLog/GetAll?type=governmentRentRegistration

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
search string 过滤条件 null

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

2、根据一条导入记录获取对应的导入数据

请求地址: GovernmentRent/GetAllRegistration

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
search string 过滤条件 null
TL_ID int 导入记录 normal

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

3、获取所有导入数据

请求地址: GovernmentRent/GetAllRegistration?key=NoTclRecord

请求方式: post

输入:

名称 类型 注释 默认值
start int 起始页 0
limit int 页数 10
order string 排序字段 null
sort string 排序方式 null
search string 过滤条件 null

输出:

名称 类型 注释 默认值
total int 记录总数
rows object 数据
msg string 信息
success bool 成功/失败
code int 代码 200

4、删除导入的记录及数据

请求地址: GovernmentRent/DeleteRegistrationRecord

请求示例: GovernmentRent/DeleteRegistrationRecord?ids=1,2,3,4,5

请求方式: get

输入:

名称 类型 注释 默认值
ids int 记录ID(以“,”号分隔)

输出:

名称 类型 注释 默认值
msg string 信息
success bool 成功/失败
code int 代码 200

5、删除地税登记信息数据

请求地址: GovernmentRent/DeleteRegistration

请求示例: GovernmentRent/DeleteRegistration?ids=1,2,3,4,5

请求方式: get

输入:

名称 类型 注释 默认值
ids int 记录ID(以“,”号分隔)

输出:

名称 类型 注释 默认值
msg string 信息
success bool 成功/失败
code int 代码 200

6、导入地税登记数据

请求地址: GovernmentRent/AddRegistration?time=XXXX

请求方式: post

输入:

名称 类型 注释 默认值
time string 注册时间
file 导入文件