The system will generate a response after processing your request for CreateActivity.

{
"responseCode": 200,
"responseMsg": "Activity created and set successfully",
"activity": {
"activityID": "shwe_test@/AutoTestPVOB",
"activityHeader": "test"
},
"error": null
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed.

200
responseMsg: string

Successful or Failure message

"Activity created and set successfully"
activity: object
activityID: string

Indicates a unique UCM activity ID.

"shwe_test@/AutoTestPVOB"
activityHeader: string

Headline for the UCM activity.

"test"
error: object
errorCode: integer

Indicates the status code of the operation.

errorMsg: string

Error or exception description message.