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

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "9048a24c-492c-4318-9174-c6c5871cd899"
}

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-06-24T22:24:25.7160702+01:00",
      "NextChargeDate": "2025-06-24T22:24:25.7160702+01:00",
      "FinalChargeDate": "2025-06-24T22:24:25.7160702+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-06-24T22:24:25.7160702+01:00",
      "NextChargeDate": "2025-06-24T22:24:25.7160702+01:00",
      "FinalChargeDate": "2025-06-24T22:24:25.7160702+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-06-24T22:24:25.7160702+01:00",
      "NextChargeDate": "2025-06-24T22:24:25.7160702+01:00",
      "FinalChargeDate": "2025-06-24T22:24:25.7160702+01:00"
    }
  ],
  "ContactGuid": "64cd0ffc-446e-411b-9112-ad4b60c29621"
}

Remarks

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

Bundle(s)
Cap2