cURL
curl --request POST \ --url https://api.raul.ugps.io/api/v1/subscription_details/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subscription_detail_ids": [ "<string>" ], "to_client_id": "<string>", "effective_date": "<string>", "reason": "<string>" } '
Transfers one or more subscriptions from their current client to a different client. Creates a transfer log entry for each subscription. The operation is atomic.
Bearer token authentication
Subscription detail IDs to transfer
Target client ID to transfer subscriptions to
Effective date of the transfer (ISO 8601)
Reason for the transfer
Subscriptions transferred successfully