cURL
curl --request GET \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/upgrade \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "orders": [ { "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "contract_value": "<string>", "pdf_url": "<string>", "starts_at": "2023-12-25", "ends_at": "2023-12-25", "order_type": "TRIAL" } ] }
Returns a list all the open orders for for subscription upgrade. These are upgrade orders that hasn’t started yet.
API key for authentication
Response serializer for subscription orders endpoints
List of orders for this subscription
Show child attributes
Unique identifier for the order
Total contract value with currency
URL to download signed order form PDF
TRIAL
STANDARD
RENEWAL
UPGRADE
RECAST