Faq sub-categories/{id}

Get Cakes

GET https://staging.billeasy.in/api/ customers/faqsubcategories/{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": [
    {
      "attributes": {
        "a_ans": "If you have recieved a bill that does not belong to you, simply delete the bill so that it does affect your expenses.",
        "q_name": "A bill I received does not belong to me?"
      },
      "id": 1
    },
    {
      "attributes": {
        "a_ans": "A change in the name of the items in your bill will only come about if the store decides to change the name of the item.",
        "q_name": "The name of items in my bill is different from the previous one"
      },
      "id": 2
    }
  ]
}

Last updated