添加
[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"
}
备注
- 更多返回错误代码请看首页的错误代码描述