GET api/cli/{id}/freeminutes
This method returns a list of Free Minutes plans for specified CLI
Error Messages
- 404/NotFound - CLI with id = X not found - Specified ID is not assigned to a CLI
- 409/Conflict - Validation error message
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | CLI ID - The unique identifer for the CLI. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FreeMinutesPlanName | Description | Type | Additional information |
---|---|---|---|
id | ID of the Free Minute Plan | integer |
None. |
name | Name of the Free Minute Plan | string |
None. |