纷析云财务软件API
    纷析云财务软件API
    凭证
    • 基础接口
    • 凭证
    • 辅助数据
    • 新增凭证
      POST
    • 凭证列表
      POST
    • 最后一次凭证时间
      GET
    • 加载凭证
      GET
    • 批量加载凭证
      GET
    • 最新凭证编码
      GET
    • 更新凭证
      PUT
    • 删除凭证
      POST

      新增凭证

      POST
      https://v4.fenxi365.com/api/voucher
      最后修改时间:2025-09-24 08:17:06
      责任人:夏悸

      请求参数

      Header 参数

      Cookie 参数

      Body 参数application/json

      示例

      返回响应

      🟢200成功
      application/json
      Body

      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://v4.fenxi365.com/api/voucher' \
      --header 'accountSetId: 760865406855430546' \
      --header 'Cookie: fv4token=22f3045e-f440-470d-90d7-b19ce9a538c5' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "id": null,
          "remark": "",
          "billList": [],
          "word": "记",
          "code": 1,
          "voucherDate": "2023-09-01",
          "receiptNum": 0,
          "details": [
              {
                  "summary": "提现",
                  "debitAmount": 200,
                  "creditAmount": null,
                  "subjectId": "433708449910640641",
                  "auxiliary": [],
                  "num": 0,
                  "price": 0
              },
              {
                  "summary": "提现",
                  "debitAmount": null,
                  "creditAmount": 200,
                  "subjectId": "433708450254573570",
                  "auxiliary": [],
                  "num": 0,
                  "price": 0
              }
          ]
      }'
      响应示例响应示例
      {
          "success": true,
          "code": 200,
          "msg": "",
          "data": {
              "id": "595552911908411040",
              "word": "记",
              "code": 1,
              "remark": "",
              "receiptNum": 0,
              "createMember": "440621412852432897",
              "debitAmount": 200,
              "creditAmount": 200,
              "accountSetsId": "495265239915364399",
              "year": 2023,
              "month": 9,
              "voucherDate": "2023-09-01",
              "billList": [],
              "details": []
          }
      }
      修改于 2025-09-24 08:17:06
      下一页
      凭证列表
      Built with