万象配送


添加

[TOC]

简要描述
  • 用户注册接口
请求URL
  • http://localhost:3030/overflow
请求方式
  • POST
参数
参数名 必选 类型 说明
warehousenumber string 库房单号
documenttype string 单据类型
associateddocument string 关联单据
amount INTEGER 金额
state string 状态
creationtime DATE 创建时间
audittime DATE 审核时间
inventorynumber string 外键-库房表
返回示例
  {
    "id": 2,
    "warehousenumber": "das123456",
    "documenttype": "报损",
    "associateddocument": "sa1235",
    "amount": "300",
    "state": "审核中",
    "creationtime": "2023-05-22T16:00:00.000Z",
    "audittime": "2023-05-22T16:00:00.000Z",
    "inventorynumber": "1",
    "updatedAt": "2023-05-24T02:49:47.893Z",
    "createdAt": "2023-05-24T02:49:47.893Z"
}
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML