List Custom Fields
To list the user defined custom fields.
Request Body
Name
Type
Description
{
"status_code": "1",
"status_message": "Success",
"datetime": "2024-09-30 17:04:42",
"data": [
{
"id": "oyESErpn5eM/lQZPgEvxRw==",
"attribute_key": "prescription_id",
"module": "sales"
},
{
"id": "J7kwRmvgO/93drQrS09DjA==",
"attribute_key": "appointment_id",
"module": "sales"
},
{
"id": "zZBjQtv8YC8gzeDpmzakxg==",
"attribute_key": "zipcode",
"module": "sales"
}
]
}Last updated