modified it for multiple organisations
This commit is contained in:
18
api-change-june-22-2026.md
Normal file
18
api-change-june-22-2026.md
Normal file
@@ -0,0 +1,18 @@
|
||||
http://localhost:9990/api/ucm/reports/daily-sms-units-by-network?from={{reportDateFrom}}&to={{reportDateTo}}&ucm_org_id=701
|
||||
http://localhost:9990/api/ucm/reports/daily-sms-units-by-network?from={{reportDateFrom}}&to={{reportDateTo}}&ucm_org_id=701
|
||||
|
||||
Expected response:{
|
||||
"reportDate": "2026-02-26 to 2026-03-27",
|
||||
"orgId": 701,
|
||||
"movitelMzSmsUnits": 0,
|
||||
"tmcelMzSmsUnits": 0,
|
||||
"vodacomMzSmsUnits": 0
|
||||
}
|
||||
|
||||
{{baseUrl}}/api/ucm/reports/daily-sms-units?from={{reportDateFrom}}&to={{reportDateTo}}&ucm_org_id=629
|
||||
expected response: {
|
||||
"reportDate": "2026-02-26 to 2026-03-27",
|
||||
"orgId": 629,
|
||||
"smsUnits": 908202,
|
||||
"clientChargeTotal": 6596.267261251807
|
||||
}
|
||||
Reference in New Issue
Block a user