POST https://api.legendonlineservices.co.uk/Joining/Reactivate

Reactivates a member

Request Parameters

From Body Type Description
Id Guid Contact Guid
NextBillDate DateTime Next collection date for the member - Only send Month and Year part. System will set the day part automatically based on member's current bill day.




{
  "Id": "75575176-c24e-4592-8ea7-83d36a58dfa0",
  "NextBillDate": "2025-04-25T14:24:00.9337495+01:00"
}

Response - (Status 200 - OK)

ReactivateResponse

Name Type Description
Id Guid Contact Guid
AgreementId Int32 Agreement that has been reactivated
ErrorMessage String If there is value in this property, then it indicates an error
NewNextBillDate DateTime Next Bill Date - only returned if the reactivation is succesful
OldNextBillDate DateTime Old Next Bill Date
Success Boolean




{
  "Id": "7f8d950b-dc6e-4510-ae93-309930136e9f",
  "ErrorMessage": "sample string 2",
  "AgreementId": 1,
  "NewNextBillDate": "2025-04-25T14:24:00.9337495+01:00",
  "OldNextBillDate": "2025-04-25T14:24:00.9337495+01:00",
  "Success": false
}

Remarks

Only monthly memberships can be reactivated

Bundle(s)
Reactivation