{
"accountList": [
"string"
],
"initDateMap": {
"key": "string"
},
"companyCode": "string",
"userCustomerType": "string",
"queryBeginDate": "string",
"queryEndDate": "string",
"contractCode": "string",
"creditNo": "string",
"receivableId": 0,
"transactionType": "string",
"customerCode": "string"
}
curl --location --request POST '/asset/settle/queryByAgentCodeAndCompanyCode' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountList": [
"string"
],
"initDateMap": {
"key": "string"
},
"companyCode": "string",
"userCustomerType": "string",
"queryBeginDate": "string",
"queryEndDate": "string",
"contractCode": "string",
"creditNo": "string",
"receivableId": 0,
"transactionType": "string",
"customerCode": "string"
}'
{
"code": 0,
"success": false,
"data": [
{
"id": 0,
"createUser": 0,
"createDept": 0,
"createTime": "",
"updateUser": 0,
"updateTime": "",
"status": 0,
"isDeleted": 0,
"customerCode": "",
"customerName": "",
"companyCode": "",
"companyName": "",
"projectCode": "",
"projectName": "",
"accountType": "",
"cashType": "",
"accountAmount": 0.0,
"availableAmount": 0.0,
"frozenAmount": 0.0,
"accountCode": "",
"account": "",
"contractCode": "",
"contractName": "",
"projectWbs": "",
"customerWbs": "",
"contractId": "",
"createUserName": "",
"createDeptName": "",
"updateUserName": "",
"isForcedControl": "",
"clientId": "",
"clientUniqueId": "",
"customerType": "",
"platType": "",
"profitSettlementMode": "",
"serviceType": ""
}
],
"msg": ""
}