Update User Contract
The Update User Contract API allows modifying the payout rate and subscription plan for a specific enterprise.
API Endpoint
Request Body
Parameter
Type
Description
Constraints
sharePercentage
number
Payout rate percentage
Must be between 0 and 100
subscriptionPlanId
number
ID of the selected subscription plan
Required Values 1,2,3 1: Artist 2: Label 3: Multi label
Example Request Body
Example Response
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
.Enterprise-ID Header: Required to identify the enterprise being updated.
Last updated