Update Commcell Activity Control
This operation is used to update commcell activity control options.
- application/json
Request Body
commCellInfo object required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object[]
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
PUT /commcell/properties
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/commcell/properties' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"commCellInfo": {
"commCellActivityControlInfo": {
"activityControlOptions": [
{
"activityType": 0,
"enableAfterADelay": true,
"enableActivityType": true,
"dateTime": {
"TimeZoneID": 0,
"time": 0
}
}
]
}
}
}'