GET api/site/{id}/freeminutes
This method returns any Free Minute Plans for the specified site
Error messages
- 404/NotFound:Site with id = X not found
- 404/NotFound: No freeminute information for site with id = X
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | The unique identifier for the Site being queried. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SiteFreeMinutesViewName | Description | Type | Additional information |
---|---|---|---|
FreeMinutesFromPackage | Indicates whether the Free Minutes on this site has been taken from a package | boolean |
None. |
FreeMinutesPlans | List of Free Minute plans on the site | Collection of FreeMinutesPlan |
None. |