-
Notifications
You must be signed in to change notification settings - Fork 1
[Cost] Get the total monthly cost
Gledson Afonso edited this page Aug 16, 2022
·
2 revisions
Method | Action | Header | Response |
---|---|---|---|
GET | get the total monthly cost | ["Content-Type: application/json"] | # |
{
"devices_cost": 1234,
"antivirus_cost": 1234,
"backup_cost": 1234,
"psa_cost": 1234,
"screen_share": 1234,
"total_cost": 1234
}
Keep in mind that:
- In the case of success, an HTTP status code of
200
should be expected with the above response body - In the case there's no device nor services to use in the calculation, the same response above should be expected with the total values filled with zeroes