Returns freeze options for a membership/service
From Body | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | Guid | Contact Guid | ||||||||||||||||||||||||
FreezeServiceRequest | Optional. | |||||||||||||||||||||||||
|
||||||||||||||||||||||||||
[FreezeServiceRequest] | Optional. | |||||||||||||||||||||||||
|
{ "Id": "91c7ef8a-130f-4938-a30e-14d1b17e5fdc", "Membership": { "StartDate": "2025-04-25T14:27:54.6547663+01:00", "EndDate": "2025-04-25T14:27:54.6547663+01:00", "AgreementIds": [ 1, 2, 3 ], "FreezeReasonId": 1, "FreezeTypeId": 2, "OverridenCycleFee": 1.0, "AllowReferralDiscount": true }, "Services": [ { "ServiceId": 1, "StartDate": "2025-04-25T14:27:54.6547663+01:00", "EndDate": "2025-04-25T14:27:54.6547663+01:00", "FreezeReasonId": 2, "FreezeTypeId": 3 }, { "ServiceId": 1, "StartDate": "2025-04-25T14:27:54.6547663+01:00", "EndDate": "2025-04-25T14:27:54.6547663+01:00", "FreezeReasonId": 2, "FreezeTypeId": 3 }, { "ServiceId": 1, "StartDate": "2025-04-25T14:27:54.6547663+01:00", "EndDate": "2025-04-25T14:27:54.6547663+01:00", "FreezeReasonId": 2, "FreezeTypeId": 3 } ] }
FreezeResponse
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Id | Guid | ||||||||||||||||||||||||||||
ErrorMessage | String | ||||||||||||||||||||||||||||
Success | Boolean | ||||||||||||||||||||||||||||
FreezeMembershipResponse | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
[FreezeServiceResponse] | |||||||||||||||||||||||||||||
|
{ "Id": "158f38e4-fc36-469b-b513-2a2689ba58e2", "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 |