{
"SellOutOrderNo": "string",
"TruckLoadNo": "string",
"CustomerCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_WMSBO/QueryPaymentResult' \
--header 'Content-Type: application/json' \
--data-raw '{
"SellOutOrderNo": "string",
"TruckLoadNo": "string",
"CustomerCode": "string"
}'{
"Result": {
"TotalCount": 0,
"SuccessCount": 0,
"PaymentList": [
{
"TruckLoadNo": "string",
"CustomerCode": "string",
"ReceiveMoney": 0,
"RealReceiveMoney": 0,
"TradeState": 0,
"PayType": "string",
"ChannelType": 0,
"Payee": "string",
"PayeeType": 0,
"PaymentDate": "2019-08-24T14:15:22.123Z",
"PaymentMessage": "string"
}
]
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}