{ 
  "create": {
    "method": "POST",
    "path_template": "/mandates",
    "url_params": {},
    "body": {"mandates":{"authorisation_source":"telephone","consent_parameters":{"end_date":"example end_date 7871","max_amount_per_payment":9159,"periods":[{"max_amount_per_period":8602,"max_payments_per_period":7418,"period":"week"}],"start_date":"example start_date 8345"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "list": {
    "method": "GET",
    "path_template": "/mandates",
    "url_params": {},
    "body": {"mandates":[{"authorisation_source":"paper","consent_parameters":{"end_date":"example end_date 1466","max_amount_per_payment":2120,"periods":[{"max_amount_per_period":9081,"max_payments_per_period":4405,"period":"week"}],"start_date":"example start_date 1509"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"},{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 580","max_amount_per_payment":4834,"periods":[{"max_amount_per_period":8477,"max_payments_per_period":4267,"period":"year"}],"start_date":"example start_date 7695"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}],"meta":{"cursors":{"after":"example after 4993","before":"example before 2175"},"limit":50}}
  },
  "get": {
    "method": "GET",
    "path_template": "/mandates/:identity",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 8558","max_amount_per_payment":2884,"periods":[{"max_amount_per_period":3808,"max_payments_per_period":2631,"period":"day"}],"start_date":"example start_date 8265"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "update": {
    "method": "PUT",
    "path_template": "/mandates/:identity",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 5527","max_amount_per_payment":3162,"periods":[{"max_amount_per_period":6972,"max_payments_per_period":9253,"period":"year"}],"start_date":"example start_date 9158"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "cancel": {
    "method": "POST",
    "path_template": "/mandates/:identity/actions/cancel",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 1306","max_amount_per_payment":496,"periods":[{"max_amount_per_period":9731,"max_payments_per_period":5048,"period":"year"}],"start_date":"example start_date 2574"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "reinstate": {
    "method": "POST",
    "path_template": "/mandates/:identity/actions/reinstate",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"telephone","consent_parameters":{"end_date":"example end_date 8531","max_amount_per_payment":2332,"periods":[{"max_amount_per_period":5402,"max_payments_per_period":3654,"period":"month"}],"start_date":"example start_date 3483"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  }
}

