{ 
  "create_with_dates": {
    "method": "POST",
    "path_template": "/instalment_schedules",
    "url_params": {},
    "body": {"instalment_schedules":{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"}}
  },
  "create_with_schedule": {
    "method": "POST",
    "path_template": "/instalment_schedules",
    "url_params": {},
    "body": {"instalment_schedules":{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"}}
  },
  "list": {
    "method": "GET",
    "path_template": "/instalment_schedules",
    "url_params": {},
    "body": {"instalment_schedules":[{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"},{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"}],"meta":{"cursors":{"after":"example after 364","before":"example before 2305"},"limit":50}}
  },
  "get": {
    "method": "GET",
    "path_template": "/instalment_schedules/:identity",
    "url_params": {"identity": "IS123"},
    "body": {"instalment_schedules":{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"}}
  },
  "update": {
    "method": "PUT",
    "path_template": "/instalment_schedules/:identity",
    "url_params": {"identity": "IS123"},
    "body": {"instalment_schedules":{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"}}
  },
  "cancel": {
    "method": "POST",
    "path_template": "/instalment_schedules/:identity/actions/cancel",
    "url_params": {"identity": "IS123"},
    "body": {"instalment_schedules":{"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","id":"IS123","links":{"customer":"CU123","mandate":"MD123","payments":["PM123","PM456"]},"metadata":{},"name":"Invoice 4404","payment_errors":"{\n  \"0\": [],\n  \"1\": {\n    \"field\": \"charge_date\",\n    \"message\": \"must be on or after mandate's next_possible_customer_charge_date\"\n  }\n}","status":"active","total_amount":"1000"}}
  }
}

