{
"TruckLoadNo": "string",
"CustomerCode": "string",
"PayStatus": 0,
"PageIndex": 0,
"PageSize": 0,
"Month": "string"
}curl --location --request POST '/api/CaiHua_Business_App_MPYueQianBaoBO/GetCustomerDebtRegisterList' \
--header 'Content-Type: application/json' \
--data-raw '{
"TruckLoadNo": "string",
"CustomerCode": "string",
"PayStatus": 0,
"PageIndex": 0,
"PageSize": 0,
"Month": "string"
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"ScanCodeID": "string",
"CustomerDebtID": 0,
"SellTruckOrderno": "string",
"SellTeamUserID": 0,
"CreateDate": "2019-08-24T14:15:22.123Z",
"DebtMoney": 0,
"TotalMoney": 0,
"PayStatus": 0,
"SellDiscountOrderMoney": 0,
"DiffOrderMoney": 0,
"SellReturnOrderMoney": 0,
"SellReturnAwardMoney": 0,
"SellOutOrderMoney": 0,
"RealReceiveAmount": 0,
"CustomerID": 0,
"CustomerCode": "string",
"CustomerName": "string",
"SettleAccountPlanName": "string"
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}