Returns freeze options for a membership/service
| From Body | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | Contact Guid | ||||||||||||||||||||||||
| FreezeServiceRequest | Optional. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
| [FreezeServiceRequest] | Optional. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
{
"Id": "16439145-d29b-429a-a516-1908bfae5241",
"Membership": {
"StartDate": "2025-11-02T06:16:13.1641632+00:00",
"EndDate": "2025-11-02T06:16:13.1641632+00:00",
"AgreementIds": [
1,
2,
3
],
"FreezeReasonId": 1,
"FreezeTypeId": 2,
"OverridenCycleFee": 1.0,
"AllowReferralDiscount": true
},
"Services": [
{
"ServiceId": 1,
"StartDate": "2025-11-02T06:16:13.1641632+00:00",
"EndDate": "2025-11-02T06:16:13.1641632+00:00",
"FreezeReasonId": 2,
"FreezeTypeId": 3
},
{
"ServiceId": 1,
"StartDate": "2025-11-02T06:16:13.1641632+00:00",
"EndDate": "2025-11-02T06:16:13.1641632+00:00",
"FreezeReasonId": 2,
"FreezeTypeId": 3
},
{
"ServiceId": 1,
"StartDate": "2025-11-02T06:16:13.1641632+00:00",
"EndDate": "2025-11-02T06:16:13.1641632+00:00",
"FreezeReasonId": 2,
"FreezeTypeId": 3
}
]
}
FreezeResponse
| Name | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Id | Guid | ||||||||||||||||||||||||||||
| ErrorMessage | String | ||||||||||||||||||||||||||||
| Success | Boolean | ||||||||||||||||||||||||||||
| FreezeMembershipResponse | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
| [FreezeServiceResponse] | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
{
"Id": "0f14f6a6-9f14-41cf-bcc3-b88b5f0cfcf7",
"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 |