GET https://api.legendonlineservices.co.uk/Joining/RecurringFee?FacilityGUID={FacilityGUID}&BillingMethodId={BillingMethodId}

Returns List of recurring fees (active only)

Request Parameters

From Query Type Description
FacilityGUID Guid See Locations. Must be a Facility Guid
BillingMethodId Int32 The billing method id of the recurring fees

Response - (Status 200 - OK)

[RecurringFeeModel]

Name Type Description
Id Int32
ActiveDate DateTime
AdminFee Decimal
Autobill Boolean
BillingCycleId Int32
BillingMethodId Int32
ClubRestrictionId Int32
CycleFee Decimal
Description String Max 50 characters
GroupRestrictionId Int32
InactiveDate DateTime
IsEnterprise Boolean
LocationId Int32
Name String Max 30 characters
UsageMonths Int32
WaiveProrateFee Boolean




[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "AdminFee": 1.0,
    "CycleFee": 1.0,
    "BillingMethodId": 1,
    "BillingCycleId": 1,
    "UsageMonths": 1,
    "WaiveProrateFee": true,
    "Autobill": true,
    "LocationId": 1,
    "ClubRestrictionId": 1,
    "GroupRestrictionId": 1,
    "ActiveDate": "2025-04-25T14:09:18.1295089+01:00",
    "InactiveDate": "2025-04-25T14:09:18.1295089+01:00",
    "IsEnterprise": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "AdminFee": 1.0,
    "CycleFee": 1.0,
    "BillingMethodId": 1,
    "BillingCycleId": 1,
    "UsageMonths": 1,
    "WaiveProrateFee": true,
    "Autobill": true,
    "LocationId": 1,
    "ClubRestrictionId": 1,
    "GroupRestrictionId": 1,
    "ActiveDate": "2025-04-25T14:09:18.1295089+01:00",
    "InactiveDate": "2025-04-25T14:09:18.1295089+01:00",
    "IsEnterprise": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "AdminFee": 1.0,
    "CycleFee": 1.0,
    "BillingMethodId": 1,
    "BillingCycleId": 1,
    "UsageMonths": 1,
    "WaiveProrateFee": true,
    "Autobill": true,
    "LocationId": 1,
    "ClubRestrictionId": 1,
    "GroupRestrictionId": 1,
    "ActiveDate": "2025-04-25T14:09:18.1295089+01:00",
    "InactiveDate": "2025-04-25T14:09:18.1295089+01:00",
    "IsEnterprise": true
  }
]

Remarks

FacilityGuid and BillingMethodId are both required

Bundle(s)
Joining