Create LeanTasks
post
/leanTask
Send a request to this endpoint to create one or more leanTask. 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 leanTask objects.
Root Schema : List<LeanTask>
Type:
array
Title:
Show Source
List<LeanTask>
-
Array of:
object LeanTask
Title:
LeanTask
LeanTask Entity
Nested Schema : LeanTask
Type:
object
Title:
LeanTask
LeanTask Entity
Show Source
-
ActivityId: string
The short ID that uniquely identifies the activity to which the lean task is assigned.
-
ActivityName: string
The name of the activity to which the lean task is assigned.
-
ActivityObjectId: integer
(int32)
The unique ID of the activity to which the lean task is assigned.
-
Company: string
The company associated with the lean task in Oracle Primavera Cloud.
-
CompletedDate: string
(date-time)
The date the lean task was completed.
-
CreateDate: string
(date-time)
The date the lean task was created.
-
CreateUser: string
The name of the user that created this lean task.
-
DueDate: string
(date-time)
The date the lean task is due.
-
Duration: number
(double)
Number of days required for task to complete.
-
Flag: boolean
The indication of whether the lean task is considered high importance.
-
IsBaseline: boolean
Determines whether the object is associated with a baseline (true) or a project (false).
-
IsOverdue: boolean
Shows whether the due date for the lean task is earlier than the current date.
-
IsTemplate: boolean
Determines whether the object is associated with a template project in Oracle Primavera Cloud.
-
IsUseOnlyWorkDays: boolean
Determines whether the object is set to use only working days in Oracle Primavera Cloud.
-
LastUpdateDate: string
(date-time)
The date the lean task was last updated.
-
LastUpdateUser: string
The name of the user that last updated this lean task.
-
LeanTaskId: string
The short ID that uniquely identifies the lean task.
-
Name: string
The name of the lean task in Oracle Primavera Cloud.
-
ObjectId: integer
(int32)
The primary key of the lean task in the P6 EPPM database.
-
ProjectId: string
The short ID that uniquely identifies the project to which the lean task is assigned.
-
ProjectObjectId: integer
(int32)
The unique ID of the project to which the lean task is assigned.
-
ProposedDueDate: string
(date-time)
The proposed due date of the lean task in Oracle Primavera Cloud.
-
SequenceNumber: integer
(int32)
Denotes the creation order of lean tasks relative to each other.
-
StartDate: string
(date-time)
The date the lean task was started or is due to start.
-
Status: string
The status of the lean task in Oracle Primavera Cloud.
-
StatusCompletion: string
The completion status of the lean task in Oracle Primavera Cloud.
-
StatusDates: string
A comparison of the dates of the lean task and the activity to which it is assigned.
-
TaskType: string
The type of the lean task in Oracle Primavera Cloud.
-
WBSObjectId: integer
(int32)
The unique ID of the WBS to which the lean task is assigned.
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.