Vco Inventory Push Activation Sign Up
Sign up form for Enterprise or MSP which will be verified on Maestro side to activate push activation
Privileges required:
UPDATE
INVENTORY
Request
URI
POST
https://{api_host}/portal/rest/vcoInventory/pushActivationSignUp
COPY
Request Body
{
"enterpriseId": "number",
"enterpriseProxyId": "number",
"sid": "string",
"prmId": "string"
}
number
enterpriseId
Optional
enterpriseId
number
enterpriseProxyId
Optional
enterpriseProxyId
string
sid
Optional
sid
string
prmId
Optional
prmId
Responses
200
Request was successfully processed
{
"success": false
}
boolean
success
Optional
success
400
Returns generic_400 of type(s) application/json
{
"error": {
"code": -32600,
"message": "An error occurred while processing your request",
"data": {
"valid": false,
"error": [
{
"code": "string",
"message": "string",
"path": "string"
}
],
"warning": [
{
"code": "string",
"message": "string",
"path": "string"
}
]
}
}
}
object
error
Required
error
500
Returns generic_500 of type(s) application/json
{
"error": {
"code": -32600,
"message": "An error occurred while processing your request",
"data": {
"valid": false,
"error": [
{
"code": "string",
"message": "string",
"path": "string"
}
],
"warning": [
{
"code": "string",
"message": "string",
"path": "string"
}
]
}
}
}
object
error
Required
error
Ztp Sign Up Operations
POST
Vco Inventory Push Activation Sign Up