Returns whether it is possible to reactivate 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": "633fa3c7-f987-4f9d-ab33-2ff4f969ee36",
"NextBillDate": "2026-06-29T20:30:58.8766109+01:00"
}
ReactivationOptionsResponse
| Name | Type | Description |
|---|---|---|
| Id | Guid | Contact Guid |
| AgreementId | Int32 | |
| CanReactivate | Boolean | |
| CurrentNextBillDate | DateTime | Current Next Bill Date on the agreemnet |
| ErrorMessage | String | If there is value in this property, then it indicates an error and you cannot proceed ahead |
| NewNextBillDate | DateTime | New Bill Date after reactivation |
{
"Id": "d820c210-b956-4e8d-8d28-339a62dd2a76",
"ErrorMessage": "sample string 2",
"CurrentNextBillDate": "2026-06-29T20:30:58.8766109+01:00",
"NewNextBillDate": "2026-06-29T20:30:58.8766109+01:00",
"AgreementId": 1,
"CanReactivate": false
}
| Bundle(s) |
|---|
| Reactivation |