纷析云财务软件API
  1. 账套
纷析云财务软件API
设置
  • 应用
  • 用户
  • 总帐
  • 资金
  • 资产
  • 发票
  • 薪资
  • 设置
  • 旧账同步
    • 旧账同步 导入数据
      POST
  • 辅助核算
    • 存货
      • 存货列表
      • 新增存货
      • 更新存货
      • 删除存货
    • 供应商
      • 供应商列表
      • 新增供应商
      • 更新供应商
      • 删除供应商
    • 组织机构
      • 机构列表
      • 新增组织机构
      • 更新组织机构
      • 删除组织机构
    • 项目
      • 项目列表
      • 新增项目
      • 更新项目
      • 删除项目
    • 辅助项明细
      • 辅助项明细列表
      • 辅助项 新增
      • 辅助项明细 新增
      • 更新辅助项明细
      • 删除辅助项明细
      • 清空元素
      • 加载核算项目
      • 加载核算项目
      • 加载核算项目
    • 辅助项分类
      • 所有辅助项
      • 通过分类Id辅助项分类列表
      • 通过id数组 查辅助项分类
      • 新增辅助项分类
      • 更新辅助项分类
      • Id删除辅助项分类
      • 辅助项分类模板下载
      • 辅助项分类下载数据
      • 辅助项分类 导出数据
    • 员工
      • 员工分页列表
      • 新增员工
      • 更新员工
      • 删除员工
    • 客户
      • 客户列表
      • 新增客户
      • 更新客户
      • 删除客户
    • 部门
      • 部门分页列表
      • 部门列表
      • 新增部门
      • 更新部门
      • 删除部门
  • 角色
    • 角色列表
      GET
    • 权限列表
      GET
    • 新建角色
      POST
    • 更新角色
      PUT
    • 删除角色
      DELETE
  • 科目
    • 科目列表
      GET
    • 通过编码获取科目列表
      GET
    • 新增科目
      POST
    • 更新科目
      PUT
    • 更新科目状态
      PUT
    • 删除科目
      DELETE
    • 凭证下拉数据
      GET
    • 凭证下拉数据
      GET
    • 明细转辅助项
      GET
    • 使用状态检查
      GET
    • 检查科目是否已经产生凭证数据
      GET
    • 科目余额
      POST
    • 导入
      POST
    • 导出
      GET
    • 下载科目模板
      GET
  • 期初
    • 期初列表
    • 科目类别下的外币列表
    • 新增期初
    • 期初 辅助
    • 删除辅助核算期初
    • 试算平衡
    • 导入
    • 导出
    • 下载模板
  • 凭证字
    • 凭证字列表
    • 新增凭证字
    • 更新凭证字
    • 删除凭证字
  • 备份
    • 备份 列表
    • 创建备份
    • 删除备份
    • 恢复备份
    • 备份 上传
    • 获取备份状态
    • 备份 存档
    • 档案列表
    • 备份 下载
    • 归档下载
    • 归档删除
  • 附件
    • 附件 列表
    • 附件 删除
    • 档案使用空间大小
  • 账套
    • 账套列表 (可通过公司名称模糊查询)
      GET
    • 新增 账套
      POST
    • 更新 账套
      PUT
    • 账套 用户新增账套
      GET
    • 账套 更新用户角色
      GET
    • 账套 删除账套用户
      GET
    • 更新科目编码设置
      POST
    • 检查账套是否已有凭证
      GET
    • 带验证码删除
      DELETE
    • 账套 重置
      GET
  • 币别
    • 币别列表
    • 新增币别
    • 更新币别
    • 删除币别
  1. 账套

账套列表 (可通过公司名称模糊查询)

GET
https://v4.fenxi365.com/api/account-sets
最后修改时间:2024-04-29 03:38:59
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://v4.fenxi365.com/api/account-sets?companyName='
响应示例响应示例
200 - 账套列表 - 成功示例
{
    "success": true,
    "code": 200,
    "msg": "",
    "data": [
        {
            "id": "454963173972248196",
            "companyName": "纷析云(杭州)科技有限公司",
            "enableDate": "2023-07-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "address": "330108",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": true,
            "createDate": "2023-07-26 14:36:45",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-04-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "466236651786527851",
            "companyName": "数语科技",
            "enableDate": "2023-07-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "address": "340102",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-07-03 13:38:00",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-03-01",
            "encoding": [
                4,
                3,
                3,
                3
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "466639498235666511",
            "companyName": "猪八戒网",
            "enableDate": "2023-06-01",
            "creditCode": "432432",
            "accountStandard": "SMALL_BUSINESS",
            "address": "500106",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-07-04 16:18:46",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-10-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "473885137742919617",
            "companyName": "山东坤坤养鸡有限公司",
            "enableDate": "2022-10-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "address": "110105",
            "industry": 12,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-07-24 16:10:21",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-11-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "479574317483488528",
            "companyName": "BYD",
            "enableDate": "2023-12-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "address": "440305",
            "industry": 0,
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2023-08-09 08:57:08",
            "effectiveDate": "2023-09-08",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-12-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "480409044209694544",
            "companyName": "第三小组",
            "enableDate": "2020-01-01",
            "creditCode": "45645646465456464",
            "accountStandard": "SMALL_BUSINESS",
            "address": "430103",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-11 16:14:02",
            "effectiveDate": "2023-09-10",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-05-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "480543428350898920",
            "companyName": "非盈利",
            "enableDate": "2023-08-01",
            "creditCode": "",
            "accountStandard": "NONGOVERNMENTAL",
            "address": "320113",
            "industry": 11,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-12 01:08:01",
            "effectiveDate": "2023-09-11",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-08-31",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "NET_ASSETS",
                "REVENUE",
                "EXPENSES"
            ],
            "imported": false
        },
        {
            "id": "481428155588998744",
            "companyName": "测试账套",
            "enableDate": "2022-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-14 11:43:36",
            "effectiveDate": "2023-09-13",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2022-02-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "481437313721759447",
            "companyName": "Haida",
            "enableDate": "2023-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "address": "430000",
            "industry": 0,
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2023-08-14 12:20:00",
            "effectiveDate": "2023-09-13",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-05-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "481485473437511681",
            "companyName": "航天科工",
            "enableDate": "2023-08-01",
            "creditCode": "23432432",
            "accountStandard": "SMALL_BUSINESS",
            "address": "500106",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-14 15:31:22",
            "effectiveDate": "2023-09-13",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-08-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "481774021973702211",
            "companyName": "绿色环保",
            "enableDate": "2023-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "industry": 10,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-15 10:37:57",
            "effectiveDate": "2023-09-14",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "482585084025701539",
            "companyName": "测试账套2",
            "enableDate": "2023-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-17 16:20:50",
            "effectiveDate": "2023-11-15",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-09-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "483362655466223470",
            "companyName": "强盛集团",
            "enableDate": "2023-08-01",
            "creditCode": "000001",
            "accountStandard": "SMALL_BUSINESS",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-19 19:50:38",
            "effectiveDate": "2023-11-17",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-08-31",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "483960388229068165",
            "companyName": "cszt123",
            "enableDate": "2023-07-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "address": "130104",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-21 11:25:48",
            "effectiveDate": "2023-11-19",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-07-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "484023236279988400",
            "companyName": "上海欣鹏会计师事务所",
            "enableDate": "2023-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "industry": 8,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-21 15:35:32",
            "effectiveDate": "2023-11-19",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-01-31",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "484327905355166240",
            "companyName": "腾讯",
            "enableDate": "2023-07-01",
            "creditCode": "12",
            "accountStandard": "SMALL_BUSINESS",
            "address": "110000",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-22 11:46:11",
            "effectiveDate": "2023-11-20",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2027-07-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "486572207435219011",
            "companyName": "嗡嗡嗡",
            "enableDate": "2023-08-01",
            "creditCode": "11",
            "accountStandard": "SMALL_BUSINESS",
            "address": "340203",
            "industry": 1,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-28 16:24:15",
            "effectiveDate": "2023-11-26",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-08-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "487626623353421838",
            "companyName": "test1",
            "enableDate": "2023-02-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-08-31 14:14:07",
            "effectiveDate": "2023-11-29",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-02-28",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "492347622967805742",
            "companyName": "断号测试",
            "enableDate": "2023-09-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "COMMONLY",
            "voucherReviewed": false,
            "createDate": "2023-09-13 14:53:40",
            "effectiveDate": "2023-12-12",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-10-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "494428410160935016",
            "companyName": "容关科技",
            "enableDate": "2023-07-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": true,
            "createDate": "2023-09-19 08:41:59",
            "effectiveDate": "2051-02-04",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-07-31",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "494436013259682096",
            "companyName": "测试期初",
            "enableDate": "2023-09-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-09-19 09:12:11",
            "effectiveDate": "2051-02-04",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-11-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "501692045212053505",
            "companyName": "sl",
            "enableDate": "2023-08-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": true,
            "createDate": "2023-10-09 09:45:04",
            "effectiveDate": "2051-02-24",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-08-31",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "501804080037951239",
            "companyName": "sl2",
            "enableDate": "2023-09-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2023-10-09 17:10:15",
            "effectiveDate": "2051-02-24",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-09-30",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "501804896190789457",
            "companyName": "sl3",
            "enableDate": "2023-09-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-10-09 17:13:30",
            "effectiveDate": "2051-02-24",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-09-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "502065434611218001",
            "companyName": "15456",
            "enableDate": "2023-10-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-10-10 10:28:47",
            "effectiveDate": "2051-02-25",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-10-01",
            "encoding": [
                4,
                2,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "502921507891118126",
            "companyName": "sl4",
            "enableDate": "2023-09-01",
            "creditCode": "",
            "accountStandard": "BUSINESS",
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2023-10-12 19:10:31",
            "effectiveDate": "2051-02-27",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-09-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "COMMON",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "504415228130297832",
            "companyName": "北京极致科技",
            "enableDate": "2023-09-01",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-10-16 22:06:01",
            "effectiveDate": "2023-11-16",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-10-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "COST",
                "LIABILITY",
                "INCOME",
                "RIGHTS"
            ],
            "imported": true,
            "syncType": "柠檬云"
        },
        {
            "id": "505065643859572009",
            "companyName": "武汉何大仙贸易有限公司",
            "enableDate": "2023-01-01",
            "creditCode": "91400234444321633001",
            "accountStandard": "SMALL_BUSINESS",
            "address": "420111",
            "industry": 4,
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2023-10-18 17:10:33",
            "effectiveDate": "2051-03-05",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-10-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "505154613704455047",
            "companyName": "不改BUG,给钱改",
            "enableDate": "2023-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-10-18 23:04:05",
            "effectiveDate": "2051-03-05",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-06-01",
            "encoding": [
                4,
                3,
                2,
                2,
                2,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "505412777595172441",
            "companyName": "省和",
            "enableDate": "2023-12-01",
            "creditCode": "12121212",
            "accountStandard": "SMALL_BUSINESS",
            "address": "340102",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": true,
            "createDate": "2023-10-19 16:09:56",
            "effectiveDate": "2051-03-06",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-02-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "508629704668934370",
            "companyName": "4444444",
            "enableDate": "2023-10-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-10-28 13:12:51",
            "effectiveDate": "2051-03-15",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-11-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "509392560142222138",
            "companyName": "武汉何大仙贸易有限公司01",
            "enableDate": "2023-10-01",
            "creditCode": "211",
            "accountStandard": "SMALL_BUSINESS",
            "address": "340102",
            "industry": 0,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2023-10-30 15:44:10",
            "effectiveDate": "2051-03-17",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "537677557953200206",
            "companyName": "11",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-01-16 16:58:39",
            "effectiveDate": "2051-06-03",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                2,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "540175362751987821",
            "companyName": "slkj",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "industry": 0,
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2024-01-23 14:24:02",
            "effectiveDate": "2051-06-10",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-31",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "540461578093330494",
            "companyName": "远航",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-01-24 09:21:21",
            "effectiveDate": "2051-06-11",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "542349383400687169",
            "companyName": "中太石化有限公司",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-01-29 14:22:49",
            "effectiveDate": "2051-06-16",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "544814939131347186",
            "companyName": "重庆",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-02-05 09:40:03",
            "effectiveDate": "2051-06-23",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "544825606353716121",
            "companyName": "重庆2",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-02-05 10:22:26",
            "effectiveDate": "2051-06-23",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "549966785638564984",
            "companyName": "嗷嗷嗷",
            "enableDate": "2023-06-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-02-19 14:51:39",
            "effectiveDate": "2051-07-07",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2023-06-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "564146082217460242",
            "companyName": "测试1",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "BUSINESS",
            "vatType": "COMMONLY",
            "voucherReviewed": true,
            "createDate": "2024-03-29 17:55:07",
            "effectiveDate": "2051-08-15",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-01-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "COMMON",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "568733414279086859",
            "companyName": "test11",
            "enableDate": "2024-01-01",
            "creditCode": "",
            "accountStandard": "SMALL_BUSINESS",
            "vatType": "SMALL_SCALE",
            "voucherReviewed": false,
            "createDate": "2024-04-11 09:43:32",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-03-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        },
        {
            "id": "571746176693441911",
            "companyName": "ttt",
            "enableDate": "2024-04-01",
            "creditCode": "",
            "accountStandard": "BUSINESS",
            "industry": 1,
            "vatType": "SMALL_SCALE",
            "voucherReviewed": true,
            "createDate": "2024-04-19 17:15:11",
            "creatorId": "440630845443670017",
            "currentAccountDate": "2024-04-01",
            "encoding": [
                4,
                3,
                2,
                2
            ],
            "subjectCategory": [
                "ASSET",
                "LIABILITY",
                "RIGHTS",
                "COST",
                "INCOME"
            ],
            "imported": false
        }
    ]
}

请求参数

Query 参数
companyName
string 
公司名称模糊查询
可选

返回响应

🟢200账套列表
application/json
Body
success
boolean 
必需
code
integer 
必需
msg
string 
必需
data
array [object {17}] 
必需
id
string 
必需
companyName
string 
必需
enableDate
string 
必需
creditCode
string 
必需
accountStandard
string 
必需
address
string 
必需
industry
integer 
必需
vatType
string 
必需
voucherReviewed
boolean 
必需
createDate
string 
必需
creatorId
string 
必需
currentAccountDate
string 
必需
encoding
array[integer]
必需
subjectCategory
array[string]
必需
imported
boolean 
必需
effectiveDate
string 
必需
syncType
string 
可选
🟢200成功
上一页
档案使用空间大小
下一页
新增 账套
Built with