json
Packages
Update Package
Update an existing package’s name, description, type, price, or billing cycle. Changes apply immediately and affect all active subscriptions tied to this package. Use the PackageId (PID-) returned when the package was created.
What this does: Returns the updated package record. Changes apply to the package definition immediately but do not retroactively change active subscriptions.
Next steps:
- Confirm the update —
GET /v1.0/packages - View package subscriptions —
GET /v1.0/packages/subscriptions
POST
json
Body
application/json
Package ID to update
Example:
"PID-a56cf783-c249-42fa-bf52-529e5886cdd4"
Example:
"Package 10"
Example:
"Package 10 Description"
Example:
"SID-A2AD6FB7-2D53-40CE-96E4-EBB7F7C54509"
Example:
"sip"
Example:
300
Example:
true
Response
Update Package
The response is of type object.