- 巡检告警
- 数据源配置
- 飞书交互
- 异常任务管理
- 付款发表报表优化
- 飞书扫码登录
- token
- 付款及发票报表导入20240329
- 共享资金账号差异管理
- SAP原始凭证数据
- 凭证操作日志
- 共享原始凭证数据
- 创业公司资金报表管理
- 实际核算公司对应规则配置
- SAP门店信息管理
- 水电气税率
- 抄表下发策略
- 员工信息管理
- 抄表任务策略设置
- 门店表计信息
- 负责门店查询
- 门店管理分配设置
- 任务下发
- 通用关联关系Controller
- 水电气用户任务
- 抄单价信息
- 数据录入
- 损耗费用信息
- 抄表数据汇总
- 审核策略
- 抄表明细台账
- 审核
- 菜单信息
- 计提台账
- 查询部门列表GET
- 根据部门ID查询部门详情GET
- 修改部门信息PUT
- 新增部门POST
- 查询角色详情GET
- 查询角色可编辑付款终结部门数据权限树GET
- 查询角色付款类别数据权限树GET
- 分配角色数据权限PUT
- 查询角色部门数据数据权限树GET
- 发票明细报表列表GET
- 发票明细报表导出POST
- 查询付款查询报表列表GET
- 查询付款查询报表列表导出POST
- 登录POST
- 11111GET
- 未命名接口POST
- 用户列表GET
- 部门列表GET
新增损耗费用信息
POST
/sdqWriteMeterLostFeeInfo
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Header 参数
user_id
string
已废弃
默认值:
{{user_id}}
username
string
已废弃
默认值:
{{username}}
user_key
string
已废弃
默认值:
{{user_key}}
Body 参数application/json
shopId
string
门店Id
shopName
string
门店名称
taskName
string
任务名称
taskCode
string
任务编码
accountPeriod
string
必需
writeMeterRecordId
integer <int64>
抄表记录ID
step
integer
步骤
eleMeterLostFeeVo
array[object (SdqWriteMeterLostFeeInfoVo) {20}]
电表
id
integer <int64>
自增主键
writeMeterRecordId
integer <int64>
抄表记录ID
taskCode
string
任务编码
accountPeriod
string
可选
shopId
string
门店ID
feeType
string
必需
supplyId
string
供应商ID
supplyName
string
供应商名称
hasLossAmount
boolean
必需
totalUsage
number
本期总用量
totalAmountTax
number
本期总费用(含税)
lossPricingType
string
可选
priceTax
number
单价(含税)
amountRadio
number
费用比例
taxRate
number
税率
lossAmountTax
number
可选
lossAmountNoTax
number
可选
hasFixAmount
boolean
必需
fixAmountTax
number
固定费用(含税)
fixAmountDescription
string
固定费用说明
wtMeterLostFeeVo
array[object (SdqWriteMeterLostFeeInfoVo) {20}]
水表
id
integer <int64>
自增主键
writeMeterRecordId
integer <int64>
抄表记录ID
taskCode
string
任务编码
accountPeriod
string
可选
shopId
string
门店ID
feeType
string
必需
supplyId
string
供应商ID
supplyName
string
供应商名称
hasLossAmount
boolean
必需
totalUsage
number
本期总用量
totalAmountTax
number
本期总费用(含税)
lossPricingType
string
可选
priceTax
number
单价(含税)
amountRadio
number
费用比例
taxRate
number
税率
lossAmountTax
number
可选
lossAmountNoTax
number
可选
hasFixAmount
boolean
必需
fixAmountTax
number
固定费用(含税)
fixAmountDescription
string
固定费用说明
gasMeterLostFeeVo
array[object (SdqWriteMeterLostFeeInfoVo) {20}]
燃气表
id
integer <int64>
自增主键
writeMeterRecordId
integer <int64>
抄表记录ID
taskCode
string
任务编码
accountPeriod
string
可选
shopId
string
门店ID
feeType
string
必需
supplyId
string
供应商ID
supplyName
string
供应商名称
hasLossAmount
boolean
必需
totalUsage
number
本期总用量
totalAmountTax
number
本期总费用(含税)
lossPricingType
string
可选
priceTax
number
单价(含税)
amountRadio
number
费用比例
taxRate
number
税率
lossAmountTax
number
可选
lossAmountNoTax
number
可选
hasFixAmount
boolean
必需
fixAmountTax
number
固定费用(含税)
fixAmountDescription
string
固定费用说明
示例
{
"shopId": "100574",
"shopName": "优鼎优北京三店",
"taskName": "优鼎优北京三店优鼎优测试",
"taskCode": "9668e60a-8bfa-4c10-bea7-3d097099b72a",
"accountPeriod": "202505",
"writeMeterRecordId": "15",
"eleMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "15",
"taskCode": "9668e60a-8bfa-4c10-bea7-3d097099b72a",
"accountPeriod": "202505",
"shopId": "100574",
"feeType": "ELE",
"supplyId": "0000010097",
"supplyName": "山东金佰特商用厨具有限公司",
"hasLossAmount": true,
"totalUsage": 33.0000,
"totalAmountTax": 33.00,
"lossPricingType": "PRICE",
"priceTax": 111.000,
"amountRadio": 0.100000,
"taxRate": 0.015000,
"lossAmountTax": 11,
"lossAmountNoTax": 11,
"hasFixAmount": true,
"fixAmountTax": 11,
"fixAmountDescription": 11
}
],
"wtMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "15",
"taskCode": "9668e60a-8bfa-4c10-bea7-3d097099b72a",
"accountPeriod": "202505",
"shopId": "100574",
"feeType": "WT",
"supplyId": "0000007901",
"supplyName": "北京优海网络科技有限公司西安第一分公司",
"hasLossAmount": true,
"totalUsage": 11.0000,
"totalAmountTax": 11.00,
"lossPricingType": "PRICE",
"priceTax": 111.000,
"amountRadio": 0.100000,
"taxRate": 0.010000,
"lossAmountTax": 11,
"lossAmountNoTax": 11,
"hasFixAmount": false,
"fixAmountTax": null,
"fixAmountDescription": null
}
],
"gasMeterLostFeeVo": []
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'finance-gateway.hdltest.com/acct-payable/sdqWriteMeterLostFeeInfo' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "100574",
"shopName": "优鼎优北京三店",
"taskName": "优鼎优北京三店优鼎优测试",
"taskCode": "9668e60a-8bfa-4c10-bea7-3d097099b72a",
"accountPeriod": "202505",
"writeMeterRecordId": "15",
"eleMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "15",
"taskCode": "9668e60a-8bfa-4c10-bea7-3d097099b72a",
"accountPeriod": "202505",
"shopId": "100574",
"feeType": "ELE",
"supplyId": "0000010097",
"supplyName": "山东金佰特商用厨具有限公司",
"hasLossAmount": true,
"totalUsage": 33.0000,
"totalAmountTax": 33.00,
"lossPricingType": "PRICE",
"priceTax": 111.000,
"amountRadio": 0.100000,
"taxRate": 0.015000,
"lossAmountTax": 11,
"lossAmountNoTax": 11,
"hasFixAmount": true,
"fixAmountTax": 11,
"fixAmountDescription": 11
}
],
"wtMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "15",
"taskCode": "9668e60a-8bfa-4c10-bea7-3d097099b72a",
"accountPeriod": "202505",
"shopId": "100574",
"feeType": "WT",
"supplyId": "0000007901",
"supplyName": "北京优海网络科技有限公司西安第一分公司",
"hasLossAmount": true,
"totalUsage": 11.0000,
"totalAmountTax": 11.00,
"lossPricingType": "PRICE",
"priceTax": 111.000,
"amountRadio": 0.100000,
"taxRate": 0.010000,
"lossAmountTax": 11,
"lossAmountNoTax": 11,
"hasFixAmount": false,
"fixAmountTax": null,
"fixAmountDescription": null
}
],
"gasMeterLostFeeVo": []
}'
返回响应
🟢200成功
application/json
Body
code
integer
可选
msg
string
提示信息
data
null
响应数据
示例
{
"code": 0,
"msg": "",
"data": null
}
修改于 2025-06-05 11:42:12