PATCH api/cli/{id}/freeminutes
The purpose of this method is to add a Free Minute Plan to a 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
CliFreeMinutes| Name | 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.