Returns freeze options for a membership/service
| From Body | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | ||||||||||||||||||||||||
| FreezeServiceRequest | Optional. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
| [FreezeServiceRequest] | Optional. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "bcd9c812-1a5b-4ef1-813c-5ff4ae016c05",
"Membership": {
"StartDate": "2026-02-05T00:15:05.5626924+00:00",
"EndDate": "2026-02-05T00:15:05.5626924+00:00",
"AgreementIds": [
1,
2,
3
],
"FreezeReasonId": 1,
"FreezeTypeId": 2,
"OverridenCycleFee": 1.0,
"AllowReferralDiscount": true
},
"Services": [
{
"ServiceId": 1,
"StartDate": "2026-02-05T00:15:05.5637062+00:00",
"EndDate": "2026-02-05T00:15:05.5637062+00:00",
"FreezeReasonId": 2,
"FreezeTypeId": 3
},
{
"ServiceId": 1,
"StartDate": "2026-02-05T00:15:05.5637062+00:00",
"EndDate": "2026-02-05T00:15:05.5637062+00:00",
"FreezeReasonId": 2,
"FreezeTypeId": 3
},
{
"ServiceId": 1,
"StartDate": "2026-02-05T00:15:05.5637062+00:00",
"EndDate": "2026-02-05T00:15:05.5637062+00:00",
"FreezeReasonId": 2,
"FreezeTypeId": 3
}
]
}
FreezeResponse
| Name | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | ||||||||||||||||||||||||||||
| ErrorMessage | String | ||||||||||||||||||||||||||||
| Success | Boolean | ||||||||||||||||||||||||||||
| FreezeMembershipResponse | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
| [FreezeServiceResponse] | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
{
"Id": "a439ee5e-19d9-4bad-9069-e8d631766d0f",
"Membership": {
"Billings": [
{
"BillingId": 1,
"Balance": 2.0
},
{
"BillingId": 1,
"Balance": 2.0
},
{
"BillingId": 1,
"Balance": 2.0
}
],
"MemberFreezeId": 1,
"ErrorMessage": "sample string 1",
"WarningMessage": "sample string 2"
},
"Services": [
{
"ServiceId": 1,
"ServiceFreezeId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3"
},
{
"ServiceId": 1,
"ServiceFreezeId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3"
},
{
"ServiceId": 1,
"ServiceFreezeId": 1,
"ErrorMessage": "sample string 2",
"WarningMessage": "sample string 3"
}
],
"ErrorMessage": "sample string 2",
"Success": false
}
| Bundle(s) |
|---|
| Freeze |