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

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "847b8d37-d6f3-4069-9855-557340d77da9"
}

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-12-19T04:50:22.5214383+00:00",
      "NextChargeDate": "2025-12-19T04:50:22.5214383+00:00",
      "FinalChargeDate": "2025-12-19T04:50:22.5214383+00:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2025-12-19T04:50:22.5214383+00:00",
      "NextChargeDate": "2025-12-19T04:50:22.5214383+00:00",
      "FinalChargeDate": "2025-12-19T04:50:22.5214383+00:00"
    },
    {
      "ChargeScheduleId": 1,
      "Description": "sample string 2",
      "InventoryId": 3,
      "InventoryName": "sample string 4",
      "InventoryPrice": 5.0,
      "FrequencyType": "sample string 6",
      "Frequency": 7,
      "FirstChargeDate": "2025-12-19T04:50:22.5214383+00:00",
      "NextChargeDate": "2025-12-19T04:50:22.5214383+00:00",
      "FinalChargeDate": "2025-12-19T04:50:22.5214383+00:00"
    }
  ],
  "ContactGuid": "15acba16-6be4-4a3b-9f77-998831c29300"
}

Remarks

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

Bundle(s)
Cap2