{
"Order": "string",
"DebtMoneyFrom": 0,
"DebtMoneyTo": 0,
"CustomerCode": "string",
"CustomerName": "string",
"PageIndex": 0,
"PageSize": 0,
"RewardType": 0
}curl --location --request POST '/api/CaiHua_Business_App_CustomerCreditRemoteBO/GetList' \
--header 'Content-Type: application/json' \
--data-raw '{
"Order": "string",
"DebtMoneyFrom": 0,
"DebtMoneyTo": 0,
"CustomerCode": "string",
"CustomerName": "string",
"PageIndex": 0,
"PageSize": 0,
"RewardType": 0
}'{
"Result": {
"SumResult": {
"property1": {},
"property2": {}
},
"Result": [
{
"CustomerCreditID": 0,
"CustomerID": 0,
"CustomerCode": "string",
"CustomerName": "string",
"PlatFormCode": "string",
"DebtMoney": 0,
"CreditLimit": 0,
"UsedCredit": 0,
"AvailableCredit": 0,
"Status": 0,
"Creator": "string",
"CreateDate": "2019-08-24T14:15:22.123Z",
"CreatorIP": "string",
"Modifier": "string",
"ModifyDate": "2019-08-24T14:15:22.123Z",
"ModifierIP": "string",
"Remark": "string",
"SumAdjustMoney": 0,
"PayDay": 0,
"NickName": "string",
"FreeCreditMoney": 0
}
],
"TotalCount": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}