Enquiry Categories
- 17 Jun 2022
- 1 Minute to read
- Print
- PDF
Enquiry Categories
- Updated on 17 Jun 2022
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
/enquiry/category/
Key | Required | Data Type | Description |
api_key | Yes | 40 character string | Member API Key / If you are a Partner this is the API Key of the member posting the job |
Example API Request URL
https://api.homecare.co.uk/index.cfm/enquiry/category/?api_key=0000 |
API Response
The API will return a '200 Found Records.' on success and 4xx on validation failure.
The response body will contain a JSON object of data.
{
"data": [
{
"id": 1,
"name ": "General Enquiry"
},
{
"id": 2,
"name ": "Brochure Request"
},
{
"id": 4,
"name ": "Care Enquiry"
},
{
"id": 5,
"name ": "Job Enquiry"
},
{
"id": 20,
"name ": "Home Visit Consultation"
},
{
"id": 21,
"name ": "Video Call Consultation"
}
],
"error": []
}
Was this article helpful?