Returns freeze options for a membership/service
From Body | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | Guid | Contact Guid | ||||||||||||||||||||||||
FreezeServiceRequest | Optional. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
[FreezeServiceRequest] | Optional. | |||||||||||||||||||||||||
|
{ "Id": "64091cd7-5260-4c7d-92c2-ba9b07539554", "Membership": { "StartDate": "2025-06-11T08:06:50.1384366+01:00", "EndDate": "2025-06-11T08:06:50.1384366+01:00", "AgreementIds": [ 1, 2, 3 ], "FreezeReasonId": 1, "FreezeTypeId": 2, "OverridenCycleFee": 1.0, "AllowReferralDiscount": true }, "Services": [ { "ServiceId": 1, "StartDate": "2025-06-11T08:06:50.1384366+01:00", "EndDate": "2025-06-11T08:06:50.1384366+01:00", "FreezeReasonId": 2, "FreezeTypeId": 3 }, { "ServiceId": 1, "StartDate": "2025-06-11T08:06:50.1384366+01:00", "EndDate": "2025-06-11T08:06:50.1384366+01:00", "FreezeReasonId": 2, "FreezeTypeId": 3 }, { "ServiceId": 1, "StartDate": "2025-06-11T08:06:50.1384366+01:00", "EndDate": "2025-06-11T08:06:50.1384366+01:00", "FreezeReasonId": 2, "FreezeTypeId": 3 } ] }
FreezeResponse
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | Guid | ||||||||||||||||||||||||||||
ErrorMessage | String | ||||||||||||||||||||||||||||
Success | Boolean | ||||||||||||||||||||||||||||
FreezeMembershipResponse | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
[FreezeServiceResponse] | |||||||||||||||||||||||||||||
|
{ "Id": "8d586d09-62a2-440b-81c5-e130a48371d2", "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 |