Job checklist passed

Here is the full example of the event that Radaro sends out when driver passes the Job Checklist.

Token in body

{
    "updated_at": "2020-05-28T22:30:01.343981+10:00",
    "token": "yTIG--K4LFroqEIyd_HmBA",
    "result_checklist_info": {
        "created_at": "2020-05-28T22:30:00.988458+10:00",
        "checklist": {
            "title": "Test Job Checklist",
            "description": null,
            "questions": [
                {
                    "description_image": null,
                    "correct_answer": true,
                    "text": "Have you parked your vehicle properly?",
                    "description": null,
                    "subtitles": [],
                    "answer": {
                        "choice": true,
                        "comment": null,
                        "photos": [
                            {
                                "image": "/media/ResultChecklistAnswerPhoto/0e580440-9bc4-4f15-9e72-f3a53074a836.png"
                            }
                        ]
                    }
                },
                {
                    "description_image": null,
                    "correct_answer": true,
                    "text": "Do you have all the required documents to provide to the customer?",
                    "description": null,
                    "subtitles": [],
                    "answer": {
                        "choice": false,
                        "comment": "Some papers were missing, the delivery is rescheduled for tomorrow",
                        "photos": [
                            {
                                "image": "/media/ResultChecklistAnswerPhoto/11ecac63-ec00-4bb2-b575-b065a437bfc6.png"
                            }
                        ]
                    }
                }
            ]
        }
    },
    "topic": "checklist.job_checklist_passed",
    "job_info": {
        "id": 123456,
        "order_id": 123456789,
        "external_id": "external-job-001",
        "url": "https://rtra.cc/BfTk2j",
        "concatenated_order": {
            "order_id": 183353502,
            "external_id": null
        },
        "orders": null,
        "is_concatenated_order": false
    }
}

Token in headers

{
    "Authorization": "Token MlfqEdN60b9fLOHEPdPGUQ",
}

Body

{
    "updated_at": "2020-05-28T22:30:01.343981+10:00",
    "result_checklist_info": {
        "created_at": "2020-05-28T22:30:00.988458+10:00",
        "checklist": {
            "title": "Test Job Checklist",
            "description": null,
            "questions": [
                {
                    "description_image": null,
                    "correct_answer": true,
                    "text": "Have you parked your vehicle properly?",
                    "description": null,
                    "subtitles": [],
                    "answer": {
                        "choice": true,
                        "comment": null,
                        "photos": [
                            {
                                "image": "/media/ResultChecklistAnswerPhoto/0e580440-9bc4-4f15-9e72-f3a53074a836.png"
                            }
                        ]
                    }
                },
                {
                    "description_image": null,
                    "correct_answer": true,
                    "text": "Do you have all the required documents to provide to the customer?",
                    "description": null,
                    "subtitles": [],
                    "answer": {
                        "choice": false,
                        "comment": "Some papers were missing, the delivery is rescheduled for tomorrow",
                        "photos": [
                            {
                                "image": "/media/ResultChecklistAnswerPhoto/11ecac63-ec00-4bb2-b575-b065a437bfc6.png"
                            }
                        ]
                    }
                }
            ]
        }
    },
    "topic": "checklist.job_checklist_passed",
    "job_info": {
        "id": 123456,
        "order_id": 123456789,
        "external_id": "external-job-001",
        "url": "https://rtra.cc/BfTk2j",
        "concatenated_order": {
            "order_id": 183353502,
            "external_id": null
        },
        "orders": null,
        "is_concatenated_order": false
    }
}