﻿{
  "bookingID": 1234, // THIS IS THE ID OF THE JOB
  "supplierContactID" :  1234, // THIS IS THE ID OF TEH LOGGED IN USER
  "answers": [
    {
      "questionID": 1234, //THIS IS THE ID OF THE QUESTION
      "response": "NO", //THIS WILL BE YES, NO or NA
      "message": "There was an issue",
      "image":  "BASE64 IMAGE STRING"
    },
    {
      "questionID": 5678, //THIS IS THE ID OF THE QUESTION
      "response": "YES", //THIS WILL BE YES, NO or NA
      "message": "",
      "image":  ""
    }
  ],

  "generalFaults": "something was found as not working",
  "faultsReportedTo": "Anthony Roche",
  "machineHours" :  "12456365",
  "image1": "",
  "image2": "",
  "image3": "",
  "signature": "",
  "startTime": "06:34",
  "finishTime":  "06:37"
}
