post https://yourServer.jamfcloud.com/api/v1/volume-purchasing-subscriptions
Creates a Volume Purchasing Subscription
Responses
Creates a Volume Purchasing Subscription
xxxxxxxxxx
10curl --request POST \
--url https://yourserver.jamfcloud.com/api/v1/volume-purchasing-subscriptions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"enabled": true,
"siteId": "-1"
}
'