{
  "valid_manual_adjustment": {
    "parent_id": "7123",
    "parent_type": "Vendor",
    "amount": "1.00",
    "currency": "United States Dollar (USD)",
    "category": "Compilations",
    "comment": "somecypresscomments"
  },
  "valid_bulk_1_adjustment": {
    "type": "vendor",
    "id": "7123",
    "amount": "1.00",
    "currency": "United States Dollar (USD)",
    "adj for year": "2014",
    "adj for month": "2",
    "adjustment type": "Admin Fees"
  },
  "valid_bulk_2_adjustment": {
    "type": "vendor",
    "id": "7123",
    "amount": "2.00",
    "currency": "British Pound (GBP)",
    "adj for year": "2012",
    "adj for month": "5",
    "adjustment type": "Bank Fees"
  },
  "invalid_bulk_adjustment": {
    "type": "not a category",
    "id": "words shouldnt go here",
    "amount": "letters",
    "currency": "doesnt exist",
    "adj for year": "not a year",
    "adj for month": "not a month",
    "apply to year": "not a year",
    "apply to month": "not a month"
  }
}
