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

Recurring Charges For Contact

Request Parameters

From Body Type Description
ContactGuid Guid




{
  "ContactGuid": "57d651da-c251-4dca-9b6f-740738222544"
}

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-04-25T14:11:36.2010768+01:00",
      "NextChargeDate": "2025-04-25T14:11:36.2010768+01:00",
      "FinalChargeDate": "2025-04-25T14:11:36.2010768+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-04-25T14:11:36.2010768+01:00",
      "NextChargeDate": "2025-04-25T14:11:36.2010768+01:00",
      "FinalChargeDate": "2025-04-25T14:11:36.2010768+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-04-25T14:11:36.2010768+01:00",
      "NextChargeDate": "2025-04-25T14:11:36.2010768+01:00",
      "FinalChargeDate": "2025-04-25T14:11:36.2010768+01:00"
    }
  ],
  "ContactGuid": "d5fce95f-119e-4630-91a2-603c7ff35c7c"
}

Remarks

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

Bundle(s)
Cap2