Categories Master Data API
Endpoint
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description
Last updated
Last updated
{
"generalResp": { "statusCode": "200",
"status": "success",
"message": "Categories retrieved successfully",
"remarks": ""
},
"categoryRespList": [
{
"categoryId": "a00957d8-67e5-456a-ae55-fa3ef420fc3b",
"categoryName": "Insurance",
"categoryIcon": "data:image/png;base64,",
"categoryDomain": "Insurance",
"buttonName": "Insurance",
"textArea": "dGVzdA==",
"faqDetailsList": [
{
"name": "test",
"value": "test"
}
]
},
{
"categoryId": "725c74e2-c68e-4269-9bb3-4eff5ac861a2",
"categoryName": "Broadband Postpaid",
"categoryIcon": "data:image/png;base64,",
"categoryDomain": "Utilities",
"buttonName": "Broadband Postpaid",
"textArea": "dGVzdA==",
"faqDetailsList": [
{
"name": "test",
"value": "test"
}
]
},
{
"categoryId": "e03adf60-7c1e-47a9-b4c5-31ded125af6f",
"categoryName": "Landline Postpaid",
"categoryIcon": "data:image/png;base64,",
"categoryDomain": "Utilities",
"buttonName": "Landline Postpaid",
"textArea": "dGVzdA==",
"faqDetailsList": [
{
"name": "test",
"value": "test"
}
]
}
]
}