Authorization: Bearer ********************
{
"pageNum": 1,
"pageSize": 10,
// "shopId": "100574",
// "shopName": "优鼎优北京三店",
// "supplyId": "10097",
// "supplyName": "山东金",
// "feeType": "ELE",
// "taskStage": "END_MONTH",
// "accountPeriodStart": "202412",
// "accountPeriodEnd": "202512",
// "taskType": 1
}
curl --location --request POST 'finance-gateway.hdltest.com/acct-payable/sdqSummaryLedger/list' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
// "shopId": "100574",
// "shopName": "优鼎优北京三店",
// "supplyId": "10097",
// "supplyName": "山东金",
// "feeType": "ELE",
// "taskStage": "END_MONTH",
// "accountPeriodStart": "202412",
// "accountPeriodEnd": "202512",
// "taskType": 1
}'
{
"total": 0,
"rows": [
[
{
"searchValue": "",
"createBy": "",
"createTime": "",
"createByText": "",
"updateBy": "",
"updateTime": "",
"updateByText": "",
"delFlag": 0,
"remark": "",
"isDelete": "",
"isUpdate": "",
"params": {
"": {}
},
"batchNo": 0,
"id": 0,
"writeMeterRecordId": 0,
"taskCode": "",
"taskStage": "",
"accountPeriod": "",
"shopId": "",
"shopName": "",
"feeType": "",
"supplyId": "",
"supplyName": "",
"submitTime": "",
"totalAmount": 0.0,
"totalAmountNoTax": 0.0,
"averageUsage": 0.0,
"averagePrice": 0.0,
"balance": 0.0,
"rechargeAmount": 0.0,
"baseTotalAmountTax": 0.0,
"baseTotalAmountNoTax": 0.0,
"baseTaxRate": 0.0,
"basePriceTax": 0.0,
"basePriceNoTax": 0.0,
"baseTotalUsage": 0.0,
"lossAmountTax": 0.0,
"lossAmountNoTax": 0.0,
"lossTaxRate": 0.0,
"lossPriceTax": 0.0,
"lossPriceNoTax": 0.0,
"amountRadio": 0.0,
"fixAmountTax": 0.0,
"fixAmountNoTax": 0.0,
"lastTotalAmount": 0.0,
"lastTotalAmountNoTax": 0.0,
"lastAverageUsage": 0.0,
"lastAveragePrice": 0.0,
"lastBalance": 0.0,
"lastRechargeAmount": 0.0,
"lastBaseTotalAmountTax": 0.0,
"lastBaseTotalAmountNoTax": 0.0,
"lastBaseTaxRate": 0.0,
"lastBasePriceTax": 0.0,
"lastBasePriceNoTax": 0.0,
"lastBaseTotalUsage": 0.0,
"lastLossAmountTax": 0.0,
"lastLossAmountNoTax": 0.0,
"lastLossTaxRate": 0.0,
"lastLossPriceTax": 0.0,
"lastLossPriceNoTax": 0.0,
"lastFixAmountTax": 0.0,
"lastFixAmountNoTax": 0.0,
"differenceAmount": 0.0,
"differenceAmountNoTax": 0.0,
"isAvailable": 0,
"differenceReason": ""
}
]
],
"code": 0,
"msg": ""
}