Enterprise Set Enterprise Operator Configuration

Enterprise Set Enterprise Operator Configuration

Sets the operator configuration for the specified enterprise (by enterpriseId). This overrides any network-assigned operator configuration and the network default operator configuration.

Privileges required:

UPDATE ENTERPRISE

Request
URI
POST
https://{api_host}/portal/rest/enterprise/setEnterpriseOperatorConfiguration
COPY
Request Body

Show optional properties

{
    "enterpriseId": 0,
    "configurationId": 0
}
{
    "enterpriseId": 0,
    "configurationId": 0,
    "networkId": 0
}
integer
enterpriseId
Required

enterpriseId

integer
configurationId
Required

configurationId

integer
networkId
Optional

networkId

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlineenterprise_set_enterprise_operator_configuration_result0
{
    "id": 123,
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"enterpriseId:"integer","configurationId:"integer"}' https://{api_host}/portal/rest/enterprise/setEnterpriseOperatorConfiguration