Skip to content

Product Detail APIs

Sandesh Menath edited this page Jul 17, 2024 · 2 revisions

Description:

Get all the group details with name and id

URL:

api/v1/group/data

HTTP Method:

GET

Response Format:

JSON

JSON Response Example:

{
  "group": {
    "Helpdesk Perpetual": 2,
    "Helpdesk Recurring": 3,
    "Servicedesk Perpetual": 4,
    "Servicedesk Recurring": 5,
    "Services": 7,
    "Faveo Cloud": 11,
    "Add Ons": 12
  }
}

Description:

Get all the product details

URL:

api/v1/pricing/data

Parameters:

Name Data Type Required / Optional Description
group String Required Id of the group
country String Required Country code (char-2)

HTTP Method:

GET

Response Format:

JSON

JSON Response Example:

{
  "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"
}
Clone this wiki locally