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

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "9e8b63c6-2106-4329-8cad-59cb60303918"
}

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-05-15T13:26:51.4962503+01:00",
      "NextChargeDate": "2026-05-15T13:26:51.4962503+01:00",
      "FinalChargeDate": "2026-05-15T13:26:51.4962503+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-05-15T13:26:51.4962503+01:00",
      "NextChargeDate": "2026-05-15T13:26:51.4962503+01:00",
      "FinalChargeDate": "2026-05-15T13:26:51.4962503+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-05-15T13:26:51.4962503+01:00",
      "NextChargeDate": "2026-05-15T13:26:51.4962503+01:00",
      "FinalChargeDate": "2026-05-15T13:26:51.4962503+01:00"
    }
  ],
  "ContactGuid": "4ffbba33-d576-4a0a-81fe-a27cc5415bd9"
}

Remarks

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

Bundle(s)
Cap2