<?xml version="1.0" encoding="UTF-8"?>
<bulky-collection-request>
  <href>/cases/1</href>
  <type>BulkyCollectionRequest</type>
  <id>1</id>
  <date-created>2014-05-23T20:00Z</date-created>
  <customer>
    <name>Bob Smith</name>
    <address>42 Acacia Avenue</address>
    <telephone>123456789</telephone>
    <email>bob@smith.com</email>
  </customer>
</bulky-collection-request>
  
    Bulky collection request
Use cases and requirements
The BulkyCollectionRequest model should have properties for:
items
Sofa, wardrobe
Types
This derives from Case.
Properties
| Term | Mapping | Definition | 
|---|---|---|
| items | List of bulky items | List of items. | 
Serialisation
  {
  "@id": "/cases/1",
  "@type": "BulkyCollectionRequest",
  "id": "1",
  "date_created": "2014-05-23T20:00Z",
  "customer": {
    "name": "Bob Smith",
    "address": "42 Acacia Avenue",
    "telephone": "123456789",
    "email": "bob@smith.com"
  }
}