纷析云财务软件API
  1. 发票
纷析云财务软件API
发票
  • 应用
  • 用户
  • 总帐
  • 资金
  • 资产
  • 发票
  • 薪资
  • 设置
  • 发票
    • 发票 列表
      POST
    • 发票 新增
      POST
    • 发票 批量删除
      DELETE
    • 发票 批量变更业务类型
      GET
    • 发票 根据时间批量检查
      GET
    • 发票 批量检查
      GET
    • 发票 生成凭证
      POST
    • 发票 模板
      GET
    • 发票 导入数据
      POST
  • 发票业务类型
    • 发票业务类型 列表
      GET
    • 发票业务类型 新增
      POST
    • 发票业务类型 删除
      DELETE
  1. 发票

发票 新增

POST
https://v4.fenxi365.com/api/invoice
最后修改时间:2024-04-26 01:34:54
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/invoice' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 0,
    "accountSetsId": 0,
    "category": "未开具发票",
    "tradeDate": "string",
    "invoiceCode": "string",
    "invoiceNumber": "string",
    "state": "正常",
    "type": "OUT",
    "checkDate": "string",
    "customerName": "string",
    "creditCode": "string",
    "address": "string",
    "account": "string",
    "businessType": "string",
    "taxAmountExcluded": 0,
    "rate": 0,
    "rateStr": "string",
    "taxAmount": 0,
    "amount": 0,
    "haveDetail": true,
    "invoiceBusinessTypeId": 0,
    "voucherId": 0,
    "voucher": "string",
    "note": "string",
    "items": [
        {
            "id": 0,
            "invoiceId": 0,
            "accountSetsId": 0,
            "goodsName": "string",
            "specification": "string",
            "unit": "string",
            "quantity": 0,
            "amount": 0,
            "taxRate": 0,
            "tax": 0,
            "taxedItems": "string",
            "taxCalculationMethod": "string"
        }
    ]
}'
响应示例响应示例
{
  "success": false,
  "code": 0,
  "msg": "",
  "data": {}
}

请求参数

Body 参数application/json

示例

返回响应

🟢200成功
application/json
Body

修改于 2024-04-26 01:34:54
上一页
发票 列表
下一页
发票 批量删除
Built with