例如2024-06-04的账期,表示的支付时间范围为[2024-06-04 00:00:00 <= bill_time < 2024-06-05 00:00:00]
{
"pageNo": 0,
"pageSize": 0,
"billingCycleId": "string",
"productCode": "string",
"projectId": "string",
"billType": "string",
"regionId": "string",
"orderId": "string"
}
curl --location --request POST '/queryBillOnDemandFee' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"billingCycleId": "string",
"productCode": "string",
"projectId": "string",
"billType": "string",
"regionId": "string",
"orderId": "string"
}'
{
"description": "string",
"errorCode": "string",
"message": "string",
"returnObj": {
"results": [
{
"id": "string",
"orderNo": "string",
"orderId": "string",
"subOrderId": "string",
"orderType": 0,
"projectId": "string",
"projectName": "string",
"billType": "string",
"billingCycle": "string",
"productCode": "string",
"productName": "string",
"price": "string",
"amount": 0,
"discountAmount": "string",
"payableAmount": "string",
"billMode": "string",
"consumeDate": "string",
"regionId": "string",
"regionName": "string",
"resourceId": "string",
"serviceTag": "string",
"resourceType": "string",
"servId": "string",
"userId": "string",
"userName": "string",
"orgId": "string",
"orgName": "string",
"azId": "string",
"azName": "string",
"payMethod": "string",
"cash": "string",
"coupon": "string",
"channleAmount": "string",
"contractId": "string",
"contractCode": "string",
"contractName": "string"
}
],
"totalCount": 0,
"pageNo": 0,
"pageSize": 0
},
"statusCode": 0,
"traceID": "string"
}