万象配送


添加

[TOC]

简要描述
  • 用户注册接口
请求URL
  • http://localhost:3030/purchasebill
请求方式
  • POST
参数
参数名 必选 类型 说明
primitivenumber string 原始单号
buyersupplier string 采购员/供应商
accountperiod string 账期
procurementmode string 采购方式
datepurchase DATE 采购日期
documenttype string 单据类型
datebill DATE 账单日期
amountpayable INTEGER 应付金额
actualamount INTEGER 实付金额
nullificationamount INTEGER 抹零金额
unpaidamount INTEGER 未付金额
billnumber string 账单号
返回示例
  {
    "id": 2,
    "primitivenumber": "qwer123456",
    "buyersupplier": "张三",
    "accountperiod": "2023/5/23",
    "procurementmode": "批发",
    "datepurchase": "2023-05-22T16:00:00.000Z",
    "documenttype": "采购货物单",
    "datebill": "2023-05-22T16:00:00.000Z",
    "amountpayable": "40",
    "actualamount": "40",
    "nullificationamount": "0",
    "unpaidamount": "0",
    "billnumber": "sad156464",
    "updatedAt": "2023-05-24T03:21:39.325Z",
    "createdAt": "2023-05-24T03:21:39.325Z"
}
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML