post https://yourServer.jamfcloud.com/api/v3/computer-prestages
Create a computer prestage
Responses
Create a computer prestage
xxxxxxxxxx
33curl --request POST \
--url https://yourserver.jamfcloud.com/api/v3/computer-prestages \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"mandatory": true,
"mdmRemovable": true,
"defaultPrestage": true,
"keepExistingSiteMembership": true,
"keepExistingLocationInformation": true,
"requireAuthentication": true,
"preventActivationLock": true,
"enableDeviceBasedActivationLock": true,
"purchasingInformation": {
"leased": true,
"purchased": true
},
"autoAdvanceSetup": true,
"installProfilesDuringSetup": true,
"accountSettings": {
"payloadConfigured": false,
"localAdminAccountEnabled": false,
"hiddenAdminAccount": false,
"localUserManaged": false,
"userAccountType": "STANDARD",
"versionLock": 0,
"prefillPrimaryAccountInfoFeatureEnabled": false,
"prefillType": "CUSTOM",