voipappz
  1. Usage
voipappz
  • Account
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Conferences
    • Create
      POST
    • Get By ID
      GET
    • Get All
      GET
  • Statuses
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Dids
    • Types
      GET
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Groups
    • Types
      GET
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Segments
    • Create
    • Update
    • Get By ID
    • Get All
  • Workflows
    • Create
    • Update
    • Get By ID
    • Get All
  • Call
    • Make a Call
    • Click2Dial
    • Call Control
    • 3 way call (Conf) - add a number to exsiting Call
    • Call Broadcast - Make a Call and Play it an audio file
    • 3 way call (Conf) - add an extension to exsiting Call
    • Hold A Call
    • Spy call - Create A new Call That will preform spy
    • Whisper To Customer (Leg A)
    • Whisper to an Agent (Leg A)
    • Hangup Call
    • Get Call Data
    • Send DTMF keys - Leg A
    • Update Call Meta
    • Get Calls - Free Text
    • Get Calls By Search Params
    • Make a call and play file
  • Environment
    • Create
    • Get By ID
    • Get All
    • Update
    • Set Provider Stategy
    • Get By ID
    • Set Services
  • Customer
    • Create
  • Campaign
    • Create
    • Get By ID
    • Get All
    • Update
    • Delete
  • Campaign Number
    • Create
    • Create By Group
    • Get By ID
    • Get All
    • Delete
    • Update
  • Provider
    • Create
    • Get By ID
    • Get All
    • Update
    • Get By ID
  • Usage
    • Get By ID
      GET
    • Update
      PATCH
    • Get All
      GET
    • Get By ID
      GET
    • Update Status
      PATCH
    • Create
      POST
  • Voicemail
    • Get By ID
    • Update
    • Get All
    • Create
  • User
    • Logout
    • Break
    • Login
    • Get All
    • Create User
    • Update User
    • Status
    • Number
    • Extension
    • State
    • Tier
    • Agents
  • Service
    • Create
    • Create Caller ID Service
    • Get
    • Get By ID
    • Update Service
    • Delete
    • Create Items (Destination)
    • Create Items (Destination)
    • Update item
    • Delete item
    • Get Items
  • Tariff
    • Create
    • Get
    • Get By ID
    • Update Tariff
    • Delete
    • Upload Rate
    • Update item
    • Delete item
    • Get Items
  • Tracing
    • Get By ID
    • disk
  • Announcement
    • Create
  • IVR
    • Create
  • Message
    • Create and Send a Message
  • Route
    • Create
  • Subscriptions
    • Get
    • Get All Active
    • Set Balance
    • Create
  • Skill
    • Update Skill
    • Get Skills
    • Create Skill
  • Schema
    • Create PBX - Example #0
    • Create PBX - Example #1
    • Create PBX - Example #2
    • Import
  • Login Token
    POST
  • Forgot Password
    POST
  1. Usage

Update Status

Developing
PATCH
/api/subscriptions/{id}
Docs: https://voipappz.zendesk.com/hc/en-us/articles/18888027613202-Subscriptions

Request

Path Params
id
string 
required
Body Params multipart/form-data
wallet_uuid
string 
optional
Example:
9ef36693-473a-49de-a02f-d440696c1d8b
plan_uuid
string 
optional
Example:
ae779b79-71a2-4845-ac68-71eff01a0980
environment_uuid
string 
optional
Example:
e619f7cd-adaa-4209-8290-d28ab8831f42
account_uuid
string 
optional
Example:
c917fe2b-4cee-4216-bef6-363119314269
name
string 
optional
Example:
Test123
notes
string 
optional
Example:
Notes123

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/subscriptions/' \
--form 'wallet_uuid="9ef36693-473a-49de-a02f-d440696c1d8b"' \
--form 'plan_uuid="ae779b79-71a2-4845-ac68-71eff01a0980"' \
--form 'environment_uuid="e619f7cd-adaa-4209-8290-d28ab8831f42"' \
--form 'account_uuid="c917fe2b-4cee-4216-bef6-363119314269"' \
--form 'name="Test123"' \
--form 'notes="Notes123"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-05 23:00:06
Previous
Get By ID
Next
Create
Built with