{ 
  "create": {
    "method": "POST",
    "path_template": "/subscriptions",
    "url_params": {},
    "body": {"subscriptions":{"amount":"1000","app_fee":"100","created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","day_of_month":null,"end_date":"2015-10-21","id":"SB123","interval":"1","interval_unit":"monthly","links":{"mandate":"MD123"},"metadata":{},"month":"january","name":"12 month subscription","payment_reference":null,"start_date":null,"status":"active","upcoming_payments":[{"amount":2500,"charge_date":"2014-11-03"}]}}
  },
  "list": {
    "method": "GET",
    "path_template": "/subscriptions",
    "url_params": {},
    "body": {"meta":{"cursors":{"after":"example after 8151","before":"example before 6117"},"limit":50},"subscriptions":[{"amount":"1000","app_fee":null,"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","day_of_month":"28","end_date":null,"id":"SB123","interval":"1","interval_unit":"monthly","links":{"mandate":"MD123"},"metadata":{},"month":"january","name":null,"payment_reference":"GOLDPLAN","start_date":"2014-10-21","status":"active","upcoming_payments":[{"amount":2500,"charge_date":"2014-11-03"}]},{"amount":"1000","app_fee":"100","created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","day_of_month":"28","end_date":null,"id":"SB123","interval":"1","interval_unit":"monthly","links":{"mandate":"MD123"},"metadata":{},"month":"january","name":"12 month subscription","payment_reference":null,"start_date":"2014-10-21","status":"active","upcoming_payments":[{"amount":2500,"charge_date":"2014-11-03"}]}]}
  },
  "get": {
    "method": "GET",
    "path_template": "/subscriptions/:identity",
    "url_params": {"identity": "SB123"},
    "body": {"subscriptions":{"amount":"1000","app_fee":null,"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","day_of_month":"28","end_date":"2015-10-21","id":"SB123","interval":"1","interval_unit":"monthly","links":{"mandate":"MD123"},"metadata":{},"month":"january","name":null,"payment_reference":null,"start_date":"2014-10-21","status":"active","upcoming_payments":[{"amount":2500,"charge_date":"2014-11-03"}]}}
  },
  "update": {
    "method": "PUT",
    "path_template": "/subscriptions/:identity",
    "url_params": {"identity": "SB123"},
    "body": {"subscriptions":{"amount":"1000","app_fee":null,"created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","day_of_month":null,"end_date":"2015-10-21","id":"SB123","interval":"1","interval_unit":"monthly","links":{"mandate":"MD123"},"metadata":{},"month":"january","name":"12 month subscription","payment_reference":"GOLDPLAN","start_date":"2014-10-21","status":"active","upcoming_payments":[{"amount":2500,"charge_date":"2014-11-03"}]}}
  },
  "cancel": {
    "method": "POST",
    "path_template": "/subscriptions/:identity/actions/cancel",
    "url_params": {"identity": "SB123"},
    "body": {"subscriptions":{"amount":"1000","app_fee":"100","created_at":"2014-01-01T12:00:00.000Z","currency":"EUR","day_of_month":null,"end_date":"2015-10-21","id":"SB123","interval":"1","interval_unit":"monthly","links":{"mandate":"MD123"},"metadata":{},"month":"january","name":null,"payment_reference":"GOLDPLAN","start_date":null,"status":"active","upcoming_payments":[{"amount":2500,"charge_date":"2014-11-03"}]}}
  }
}

