{
"contractDuration": {
"years": 3,
"months": 0,
"days": 0
},
"info": {
"start": "2023-12-23",
"end": "2024-12-23",
"requests": 20000000,
"records": 10000000
},
"usage": {
"requests": 6246,
"requestsPercentage": 0,
"records": 2425108,
"recordsPercentage": 24
}
}
Automatically determines the current contract year and returns the consumption information so far.
{
"contractDuration": {
"years": 3,
"months": 0,
"days": 0
},
"info": {
"start": "2023-12-23",
"end": "2024-12-23",
"requests": 20000000,
"records": 10000000
},
"usage": {
"requests": 6246,
"requestsPercentage": 0,
"records": 2425108,
"recordsPercentage": 24
}
}
OK
The response is of type object
.
Was this page helpful?