Authorization: Bearer ********************
{
"shopId": "100574",
"shopName": "优鼎优北京三店",
"taskName": "优鼎优北京三店-水电气抄表-202506-1095",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"writeMeterRecordId": "23",
"step": 3,
"eleMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "23",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"shopId": "100574",
"feeType": "ELE",
"supplyId": "0000010097",
"supplyName": "山东金佰特商用厨具有限公司",
"hasLossAmount": true,
"totalUsage": 51,
"totalAmountTax": 151,
"lossPricingType": "PRICE",
"priceTax": "1",
"amountRadio": null,
"taxRate": 0.015,
"lossAmountTax": 0.77,
"lossAmountNoTax": 51,
"hasFixAmount": true,
"fixAmountTax": "1",
"fixAmountDescription": "11"
}
],
"wtMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "23",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"shopId": "100574",
"feeType": "WT",
"supplyId": "0000007901",
"supplyName": "北京优海网络科技有限公司西安第一分公司",
"hasLossAmount": true,
"totalUsage": 1000,
"totalAmountTax": 2000,
"lossPricingType": "PRICE",
"priceTax": "1",
"amountRadio": null,
"taxRate": 0.01,
"lossAmountTax": 10,
"lossAmountNoTax": 1000,
"hasFixAmount": true,
"fixAmountTax": "1",
"fixAmountDescription": "1"
}
],
"gasMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "23",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"shopId": "100574",
"feeType": "GAS",
"supplyId": "0000010002",
"supplyName": "安吉县良顺椅业有限公司",
"hasLossAmount": true,
"totalUsage": 90.9091,
"totalAmountTax": 1000,
"lossPricingType": "PRICE",
"priceTax": "1",
"amountRadio": null,
"taxRate": 0.01,
"lossAmountTax": 0.91,
"lossAmountNoTax": 90.91,
"hasFixAmount": true,
"fixAmountTax": "",
"fixAmountDescription": "11"
}
]
}
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": "优鼎优北京三店-水电气抄表-202506-1095",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"writeMeterRecordId": "23",
"step": 3,
"eleMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "23",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"shopId": "100574",
"feeType": "ELE",
"supplyId": "0000010097",
"supplyName": "山东金佰特商用厨具有限公司",
"hasLossAmount": true,
"totalUsage": 51,
"totalAmountTax": 151,
"lossPricingType": "PRICE",
"priceTax": "1",
"amountRadio": null,
"taxRate": 0.015,
"lossAmountTax": 0.77,
"lossAmountNoTax": 51,
"hasFixAmount": true,
"fixAmountTax": "1",
"fixAmountDescription": "11"
}
],
"wtMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "23",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"shopId": "100574",
"feeType": "WT",
"supplyId": "0000007901",
"supplyName": "北京优海网络科技有限公司西安第一分公司",
"hasLossAmount": true,
"totalUsage": 1000,
"totalAmountTax": 2000,
"lossPricingType": "PRICE",
"priceTax": "1",
"amountRadio": null,
"taxRate": 0.01,
"lossAmountTax": 10,
"lossAmountNoTax": 1000,
"hasFixAmount": true,
"fixAmountTax": "1",
"fixAmountDescription": "1"
}
],
"gasMeterLostFeeVo": [
{
"id": null,
"writeMeterRecordId": "23",
"taskCode": "FRW-20250627-8101-10845046-1095",
"accountPeriod": "202506",
"shopId": "100574",
"feeType": "GAS",
"supplyId": "0000010002",
"supplyName": "安吉县良顺椅业有限公司",
"hasLossAmount": true,
"totalUsage": 90.9091,
"totalAmountTax": 1000,
"lossPricingType": "PRICE",
"priceTax": "1",
"amountRadio": null,
"taxRate": 0.01,
"lossAmountTax": 0.91,
"lossAmountNoTax": 90.91,
"hasFixAmount": true,
"fixAmountTax": "",
"fixAmountDescription": "11"
}
]
}'
{
"code": 0,
"msg": "",
"data": null
}