Create ActivityOwners
post
/activityOwner
Send a request to this endpoint to create one or more activityOwner. An application object will be created for each JSON object provided in the request body.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of activityOwner objects.
Root Schema : List<ActivityOwner>
Type:
array
Title:
Show Source
List<ActivityOwner>
-
Array of:
object ActivityOwner
Title:
ActivityOwner
ActivityOwner Entity
Nested Schema : ActivityOwner
Type:
object
Title:
ActivityOwner
ActivityOwner Entity
Show Source
-
ActivityObjectId(required): integer
(int32)
The unique ID of the associated activity.
-
CreateDate: string
(date-time)
The date this activity owner was created.
-
CreateUser: string
The name of the user that created this activity owner.
-
IsActivityFlagged: boolean
The flag that indicates whether the owner of the activity has flagged the activity as important.
-
IsBaseline: boolean
The boolean value indicating if this business object is related to a Project or Baseline.
-
IsTemplate: boolean
The boolean value indicating if this business object is related to a template Project.
-
LastUpdateDate: string
(date-time)
The date this activity owner was last updated.
-
LastUpdateUser: string
The name of the user that last updated this activity owner.
-
ProjectFlag: string
Indicates if this WBS node is a Project/EPS node.
-
ProjectObjectId: integer
(int32)
The unique ID of the associated project.
-
ProjectProjectFlag: string
Indicates if this Project/EPS node is a Project or EPS.
-
StatusCode: string
The project status, either 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.
-
UserObjectId(required): integer
(int32)
The unique ID of the associated user.
Response
Supported Media Types
- application/json
201 Response
Resource Created.
Root Schema : String
Type:
string
Title:
String
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.