{
  "purchase": {
    "id": null,
    "number": "1",
    "date": "Jan 01, 2025",
    "recurrence": "Monthly",
    "total_cost": "1",
    "currency": "USD",
    "notes": "Purchase notes",
    "vendor": {
      "id": null,
      "name": "Google",
      "address": "address description",
      "country": "US",
      "city": "Texas",
      "zip": "1",
      "tech_support": "+000000000",
      "business_phone": "+000000000",
      "url": "www.google.com",
      "created_at": "2020-01-01T00:00:00.000+01:00",
      "updated_at": "2020-10-01T00:00:00.000+01:00"
    }
  }
}