This endpoint is used when a buyer with an active subscription needs to freeze the current subscription.
For example:
active to frozen.endDate.Subscription has been frozen by api.After the request is processed, the subscription is moved to the frozen status and the status 204 is returned without any data indicating the successful completion of the request.
{
"uuid": null,
"message": "This product cannot be frozen",
"code": 3000,
"traceId": "0f60fb2ce3855dfb2bde9c56c580728a"
}The list of possible errors for this endpoint, along with their types and interpretation, is provided in the general reference: Endpoint response errors.