Brochure request example

Prev Next

This is an example of the data sent by a brochure request event. The values in categorySpecificData will be included if the information has been captured.

{
    "type":"brochure.create",
    "timestamp":"2025-04-01T10:26:10.344522Z",
    "data":{
        "id": 12345,
        "category": {
            "id": 2,
            "name": "Brochure Request"
        },
        "member": {
            "id": 123456,
            "name": "Hallamshire",
            "postcode": "RG17 9PY"
         },
         "group": {
            "id": 786543,
            "name": "Hallamshire Care Group",
            "postcode": "RG17 9PY"
         },
         "to": "anon@anon.com",
         "from": "anon@anon.com",
         "date": "2013-03-18 22:17:07",
         "bodycontent": "anon",
         "firstName": "anon",
         "surname": "anon",
         "address1": "anon",
         "address2": "anon",
         "address3": "anon",
         "town": "anon",
         "postcode": "anon",
         "telephone": "anon",
         "isAnonymised": true,
         "categorySpecificData": {
             "comment": "lorem ipsum",
             "whoIsNeedOfCare": "A parent",
             "typeOfCare": "Older person residential",
             "howSoonIsCareNeeded": "6 months +",
             "lengthOfStay": "Permanent/Long-term",
             "fundingType": "Self funding (Private)",
             "enquirerInterestedInATour": "Yes"
         }
    }
}

Care Data Options

Some of the care data is chosen from predefined lists and is available in categorySpecificData.  Here is all the possible values for these lists.

{
    "whoIsNeedOfCare": [
        "Myself",
        "A parent",
        "A partner",
        "Another family member",
        "A friend",
        "A client"
    ],
    "careNeededType": [
        "Older person residential",
        "Older person residential dementia",
        "Older person nursing",
        "Older person nursing dementia",
        "Other types of care",
        "Not sure"
    ],
    "howSoonType": [
        "Immediately (1 day- 1 week)",
        "1 week - 1 month",
        "1 - 3 months",
        "3 - 6 months",
        "6 months +"
    ],
    "stayLengthType": [
        "Permanent/Long-term",
        "Respite/Short-term"
    ],
    "fundingType": [
        "Self funding (Private)",
        "Local Authority with Top-up",
        "Local Authority",
        "NHS Continuing Healthcare (CHC)",
        "Not sure"
    ]
}