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": "8fdfb8b4-7351-448c-a5ff-c51ec1a87786",
"NextBillDate": "2026-05-15T13:28:33.4257046+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": "c9ae9b71-e20a-4d03-bcfe-29ac004d5aed",
"ErrorMessage": "sample string 2",
"AgreementId": 1,
"NewNextBillDate": "2026-05-15T13:28:33.4257046+01:00",
"OldNextBillDate": "2026-05-15T13:28:33.4257046+01:00",
"Success": false
}
| Bundle(s) |
|---|
| Reactivation |