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