Show the service costs at a site

Show the costs of any services purchased at an existing customer site.

Request

Endpoint: /api/sipt/sites/{site_id}/prices
Example: /api/sipt/sites/85/prices
Method: GET
Headers: Accept: application/vnd.cloudlx.v1+json
Authorization: Bearer <access_token>

Response

Example:

                                
    {
        "currency": "GBP - British Pound",
        "number_nrc": 1.85,
        "number_mrc": 1.25,
        "channel_nrc": 4.5,
        "channel_mrc": 2.5,
        "set_up_cost": 150
    }