Provision Machines
Provisions the specified machine into the default site of the specified organization. Typically the machine associated with the specified PROSE must present a Call-In-Code before this route will function. In rare cases, VendNovation may enable the ability to provision machines that have not yet presented a Call-In-Code. This ability, if enabled, has a daily rate limit, with the quota resetting at midnight UTC.
Verb | POST |
---|---|
Endpoint | {base-url}/machines/provision |
Max Page Size | N/A |
Request Body
{
"requestFilter": {
// Note that you MUST specify one and only one org id and machine identifier.
"organizationIds": [2],
"machineIdentifiers": ["PROSE1234567890"]
}
}
Filters Honored
- RequestFilter
- organizationIds
- machineIdentifiers
Returns
On Success
Response Body
// 204 - No content
On Error
A standard error object with a useful message.