Create Omega365 activity
POST/explorer/:sceneId/omega365/activity
Create Omega365 activity
Request
Path Parameters
sceneId stringrequired
- application/json
Body
name stringnullable
Activity name
objectId int32
Object ID
activityTypeId int32
Activity type ID
orgUnitId int32
Org unit ID
Responses
- 200
- 401
- 403
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
newActivityUrl stringnullable
URL to open new activity in Omega365
{
"newActivityUrl": "string"
}
Unauthorized
Forbidden
Not Found
Server Error
Loading...