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

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "de9fb929-3f80-4ef9-ae9a-9eeb55aaaecb"
}

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-03-26T15:53:50.5609321+00:00",
      "NextChargeDate": "2026-03-26T15:53:50.5609321+00:00",
      "FinalChargeDate": "2026-03-26T15:53:50.5609321+00:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2026-03-26T15:53:50.5609321+00:00",
      "NextChargeDate": "2026-03-26T15:53:50.5609321+00:00",
      "FinalChargeDate": "2026-03-26T15:53:50.5609321+00:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2026-03-26T15:53:50.5609321+00:00",
      "NextChargeDate": "2026-03-26T15:53:50.5609321+00:00",
      "FinalChargeDate": "2026-03-26T15:53:50.5609321+00:00"
    }
  ],
  "ContactGuid": "de400794-de99-4b86-a562-dc6e8a542191"
}

Remarks

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

Bundle(s)
Cap2