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

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "d9ef6797-75b3-4c9d-8c2e-45f141b4cf72"
}

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": "2025-09-16T18:50:00.1367924+01:00",
      "NextChargeDate": "2025-09-16T18:50:00.1367924+01:00",
      "FinalChargeDate": "2025-09-16T18:50:00.1367924+01:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2025-09-16T18:50:00.1367924+01:00",
      "NextChargeDate": "2025-09-16T18:50:00.1367924+01:00",
      "FinalChargeDate": "2025-09-16T18:50:00.1367924+01:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2025-09-16T18:50:00.1367924+01:00",
      "NextChargeDate": "2025-09-16T18:50:00.1367924+01:00",
      "FinalChargeDate": "2025-09-16T18:50:00.1367924+01:00"
    }
  ],
  "ContactGuid": "e3cb94bc-e601-4c6f-a000-a39797e606f0"
}

Remarks

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

Bundle(s)
Cap2