PATCH api/package/{id}/freeminutes

The purpose of this method is to updated select details of a Free Minute Plan of the specifed package

Error Messages
  • 404/Not Found - Package with ID x not found - Specified ID is not assigned to any packages
  • 409/Conflict - Free mins plan does not exist - Specified ID is not assigned to any Free Minute Plans

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id The ID of the package to be updated integer

Required

Body Parameters

PackageFreeMinutes
NameDescriptionTypeAdditional information
FreeMinutes Specify 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.