
{ "contact": 
  [ 
    { "contactId": "A"
    , "contactType": "prospect"
    , "name": "Jan"
    , "emailaddress": "Jan@emailaddress.com"
    , "created": "2001-04-14T20:08:30.731"
    }
  , 
    { "contactId": "B"
    , "contactType": "customer"
    , "name": "Kees"
    , "emailaddress": "Kees@emailaddress.com"
    , "created": "2001-04-15T20:08:30.731"
    }
  , 
    { "contactId": "C"
    , "contactType": "suspect"
    , "name": "Koos"
    , "emailaddress": "Koos@emailaddress.com"
    , "created": "2001-04-16T20:08:30.731"
    }
  , 
    { "contactId": "D"
    , "contactType": "suspect"
    , "name": "Piet"
    , "emailaddress": "Piet@emailaddress.com"
    , "created": "2001-04-17T20:08:30.731"
    }
  , 
    { "contactId": "E"
    , "contactType": "supplier"
    , "name": "Bart"
    , "emailaddress": "Bart@emailaddress.com"
    , "created": "2001-04-18T20:08:30.731"
    }
  , 
    { "contactId": "F"
    , "contactType": "supplier"
    , "name": "Ties"
    , "emailaddress": "Ties@emailaddress.com"
    , "created": "2001-04-19T20:08:30.731"
    }
  ]
}