-
Notifications
You must be signed in to change notification settings - Fork 121
Product Detail APIs
Sandesh Menath edited this page Jul 17, 2024
·
2 revisions
Get all the group details with name and id
api/v1/group/data
GET
JSON
{
"group": {
"Helpdesk Perpetual": 2,
"Helpdesk Recurring": 3,
"Servicedesk Perpetual": 4,
"Servicedesk Recurring": 5,
"Services": 7,
"Faveo Cloud": 11,
"Add Ons": 12
}
}
Get all the product details
api/v1/pricing/data
Name | Data Type | Required / Optional | Description |
---|---|---|---|
group | String | Required | Id of the group |
country | String | Required | Country code (char-2) |
GET
JSON
{
"products": [
{
"id": 121,
"name": "Faveo Network Discovery(Beta)",
"description": "<ul>\n<li><strong>Use</strong> on one domain/site</li>\n<li><strong>Installation</strong> & Configuration</li>\n<li><strong>Free</strong> for Unlimited Assets</li>\n<li><strong>Recurring</strong> License</li>\n<li>Beta version</li>\n</ul>\n<p> </p>",
"category": "",
"parent": ["0"],
"type": 3,
"group": 12,
"welcome_email": "",
"require_domain": 0,
"can_modify_agent": 0,
"can_modify_quantity": 0,
"show_agent": 1,
"tax_apply": 0,
"show_product_quantity": null,
"deny_after_subscription": 0,
"hidden": 0,
"multiple_qty": 0,
"auto_terminate": "",
"setup_order_placed": 0,
"setup_first_payment": 0,
"setup_accept_manually": 0,
"no_auto_setup": 0,
"shopping_cart_link": "https://billing.faveohelpdesk.com/pricing?id=121",
"file": "",
"image": "https://helpdesk.productdemourl.com/webhosting/agora-invoicing-community/public/storage/common/images/Faveo_Product-07_20240508.png",
"version": "v0.1.0",
"github_owner": "",
"github_repository": "",
"process_url": "",
"subscription": 0,
"product_sku": "FAVEO-NETW",
"perpetual_license": null,
"created_at": "2023-08-30T17:36:49.000000Z",
"updated_at": "2024-05-08T05:19:47.000000Z",
"highlight": "0",
"status": "0",
"add_to_contact": "0",
"add_price": "0",
"price_description": "FREE",
"offer_price": ""
}
],
"currency": "INR"
}
Did you find it helpful? If not email us on [email protected]
- Server Requirement
- Installation with Apache 2.4
- Installation with cPanel
- Cron Job or any Job scheduler
Products
Users
Orders
Invoice
Pages
Settings
- Overview
- Check the Domain
- Download
- Latest Version
- Verify Product
- Renewal URL
-
Cloud APIs and Integration
- Tenant Creation API
- Change Domain API
- View Tenant
- Get Tenants
- Delete Tenant
- Delete Cloud Instance for Client
- Enable Cloud
- Domain Cloud Autofill
- Order Domain Cloud Autofill
- Upgrade Cost Calculator API Documentation
- Agent Alteration API Documentation
- Upgrade/Downgrade Cloud Service API Documentation
- Currency Formatting API Documentation
- Currency Format Processing API Documentation
- Payment Calculation API Documentation
- Update User Session API Documentation