Subscriptions
Subscriptions endpoints of the Perfex CRM REST API v3.0.3: 5 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET Request all Subscriptions
/api/subscriptions/ - POST Add New Subscription
/api/subscriptions/ - DELETE Delete a Subscription
/api/subscriptions/{id} - GET Request Subscription Information
/api/subscriptions/{id} - PUT Update a Subscription
/api/subscriptions/{id}
See these endpoints in full on the complete API reference.