PUT api/cli/{id}/freeminutes
The purpose of this method is to update a Free Minute Plan for specified CLI. With this method you can update the Free Minute plan type by specifying the ID of the selected Free Minute Plan. note that is is possible to apply more than one Free Minute Plan to a CLI, see the sample example below for a visual representation on how to do this.
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
CliFreeMinutesName | Description | Type | Additional information |
---|---|---|---|
FreeMinutes | Enter the ID of the Free Minute Plan | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FreeMinutes": [ 1, 2 ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.