Reactivates a member
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": "a005854f-6f1c-44a9-ada3-fe89eba9b6ad", "NextBillDate": "2025-06-11T07:46:03.048411+01:00" }
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": "e9d0e0a1-765d-4c49-bc7a-2365c713de4f", "ErrorMessage": "sample string 2", "AgreementId": 1, "NewNextBillDate": "2025-06-11T07:46:03.048411+01:00", "OldNextBillDate": "2025-06-11T07:46:03.048411+01:00", "Success": false }
Bundle(s) |
---|
Reactivation |