万象配送


添加

[TOC]

简要描述
  • 用户注册接口
请求URL
  • http://localhost:3030/purchasesettlement
请求方式
  • POST
参数
参数名 必选 类型 说明
statementnumber string 结算单号
accountperiod string 账期
procurementmode string 采购方式
buyersupplier string 采购员/供应商
paymentamount INTEGER 付款金额
nullificationamount INTEGER 抹零金额
paymentformula string 付款方式
state string 状态
creationdate DATE 创建日期
primitivenumber string 外键-采购账单
返回示例
  {
    "id": 2,
    "statementnumber": "saa567889",
    "accountperiod": "2023/5/23",
    "procurementmode": "批发",
    "buyersupplier": "张三",
    "paymentamount": "0",
    "nullificationamount": "0",
    "paymentformula": "现金",
    "state": "正在结算",
    "creationdate": "2023-05-22T16:00:00.000Z",
    "primitivenumber": "1",
    "updatedAt": "2023-05-24T03:25:11.701Z",
    "createdAt": "2023-05-24T03:25:11.701Z"
}
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML