万象配送


添加

[TOC]

简要描述
  • 用户注册接口
请求URL
  • http://localhost:3030/procurementledger
请求方式
  • POST
参数
参数名 必选 类型 说明
totalnumber string 总账单编号
totalpurchase string 采购总账单
procurementmode string 采购方式
buyersupplier string 采购员/供应商
accountperiod string 账期
amountpayable INTEGER 应付金额
actualamount INTEGER 实付金额
nullificationamount INTEGER 抹零金额
unpaidamount INTEGER 未付金额
contactperson string 联系人
phone string 手机号
statementnumber string 外键-采购结算单
namespeople string 外键-管理员表
返回示例
  {
    "id": 1,
    "totalnumber": "sadsd134686",
    "totalpurchase": "采购",
    "procurementmode": "批发",
    "buyersupplier": "张三",
    "accountperiod": "2023/5/23",
    "amountpayable": "70",
    "actualamount": "70",
    "nullificationamount": "0",
    "unpaidamount": "0",
    "contactperson": "大量彩色",
    "phone": "21346498",
    "statementnumber": "1",
    "namespeople": "1",
    "updatedAt": "2023-05-24T03:33:31.570Z",
    "createdAt": "2023-05-24T03:33:31.570Z"
}
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML