Faqs/{id}

Get Cakes

GET https://staging.billeasy.in/api/ customers/faqs/{id}

This endpoint allows you to get free cakes.

Path Parameters

Name
Type
Description

id

string

ID of the cake to get, for free of course.

{
  "success": true,
  "msg": "true msg",
  "data": [
    {
      "id": "1",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Incorrect Bill"
      }
    },
    {
      "id": "2",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Return/Exchange"
      }
    },
    {
      "id": "3",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Adding bills"
      }
    },
    {
      "id": "4",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Deleting bills"
      }
    },
    {
      "id": "5",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Flagged bills"
      }
    },
    {
      "id": "6",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Business Expenses"
      }
    },
    {
      "id": "7",
      "type": "faqsubcategories",
      "attributes": {
        "sub_category": "Storage of Bills"
      }
    }
  ]
}

Last updated