POST https://api.legendonlineservices.co.uk/Cap2/RecurringChargesForContact

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "3cdd8d89-fd08-453e-a1b4-f6ad18caa41a"
}

Response - (Status 200 - OK)

RecurringChargesForContactResponse

Name Type Description
ContactGuid Guid




{
  "ContactCharges": [
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2026-06-29T19:45:59.9198307+01:00",
      "NextChargeDate": "2026-06-29T19:45:59.9198307+01:00",
      "FinalChargeDate": "2026-06-29T19:45:59.9198307+01:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2026-06-29T19:45:59.9198307+01:00",
      "NextChargeDate": "2026-06-29T19:45:59.9198307+01:00",
      "FinalChargeDate": "2026-06-29T19:45:59.9198307+01:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2026-06-29T19:45:59.9198307+01:00",
      "NextChargeDate": "2026-06-29T19:45:59.9198307+01:00",
      "FinalChargeDate": "2026-06-29T19:45:59.9198307+01:00"
    }
  ],
  "ContactGuid": "75f79d7f-64fa-442b-958b-2f50d16b7ddd"
}

Remarks

This end point replaces the old GetRecurringChargesForContact SOAP endpoint that is now obsolete.

Bundle(s)
Cap2