Batch Sync Activity Relationships
post
/api/restapi/relationship/syncBatch
Send a request to this endpoint to create or update one or more activity relationships.
Request
Header Parameters
-
singleTransaction: boolean
Enabling this boolean flag fails to complete the request if an error occurred when processing any activity relationship sent as part of the request.
Allowed Values: [ "true", "false" ].Default Value:false
Supported Media Types
- application/json
Root Schema : List<ApiEntityRelationshipInput>
Type:
array
Title:
Show Source
List<ApiEntityRelationshipInput>
-
Array of:
object ApiEntityRelationshipInput
Title:
ApiEntityRelationshipInput
This entity represents a Relationship object, a unique Relationship object can be identified by the following combinations of the fields.- relationshipId
- predActivityId,succActivityId
- predActivityCode,predProjectCode,predWorkspaceCode,succActivityId
- predActivityId,succActivityCode,succProjectCode,succWorkspaceCode
- predActivityCode,predProjectCode,predWorkspaceCode,succActivityCode,succProjectCode,succWorkspaceCode
Nested Schema : ApiEntityRelationshipInput
Type:
object
Title:
ApiEntityRelationshipInput
This entity represents a Relationship object, a unique Relationship object can be identified by the following combinations of the fields.
Show Source
- relationshipId
- predActivityId,succActivityId
- predActivityCode,predProjectCode,predWorkspaceCode,succActivityId
- predActivityId,succActivityCode,succProjectCode,succWorkspaceCode
- predActivityCode,predProjectCode,predWorkspaceCode,succActivityCode,succProjectCode,succWorkspaceCode
-
critical: boolean
Determines whether the activity is critical. An activity is critical when its total float is below the critical duration specified for the project.
-
drivingRelationship: boolean
Determines whether the relationship is driving. A relationship is driving when the predecessor activity influences the start date of its successor.
-
lagHours: number
(double)
Minimum Value:
-99999999999
Maximum Value:99999999999
The amount of time the predecessor activity was delayed, affecting the ability of its successor activity to start or finish. -
predActivity:
predActivity
The activity required to start or finish before an activity in the activity relationship starts or finishes, depending on the relationship type.
-
predActivityCode: string
Minimum Length:
0
Maximum Length:60
The code of the predecessor activity. -
predActivityId(required): integer
(int64)
The unique identifier of the predecessor of an activity.
-
predProjectCode: string
Minimum Length:
1
Maximum Length:60
The code of the project of the predecessor of an activity. -
predProjectId: integer
(int64)
Project ID containing the predecessor activity.
-
predWorkspaceCode: string
Minimum Length:
0
Maximum Length:60
The code of the workspace of the predecessor of an activity. -
relationshipId: integer
(int64)
The system-generated identifier of an activity relationship.
-
relationshipType: string
Allowed Values:
[ "START_TO_START", "START_TO_FINISH", "FINISH_TO_START", "FINISH_TO_FINISH" ]
The relationship type defining the behavior between two activities. The valid values are Finish to Start, Finish to Finish, Start to Start, and Start to Finish. -
succActivity:
succActivity
The activity required to start or finish after an activity in the activity relationship has started or finishes, depending on the relationship type.
-
succActivityCode: string
Minimum Length:
0
Maximum Length:60
The code of the successor activity. -
succActivityId(required): integer
(int64)
The unique identifier of the successor of an activity.
-
succProjectCode: string
Minimum Length:
1
Maximum Length:60
The code of the project of the successor of an activity. -
succProjectId: integer
(int64)
Project ID containing the successor activity.
-
succWorkspaceCode: string
Minimum Length:
0
Maximum Length:60
The code of the workspace of the successor of an activity.
Nested Schema : predActivity
The activity required to start or finish before an activity in the activity relationship starts or finishes, depending on the relationship type.
Match All
The activity required to start or finish before an activity in the activity relationship starts or finishes, depending on the relationship type.
Show Source
-
object
ApiEntityActivityInput
Title:
ApiEntityActivityInput
This entity represents a Activity object, a unique Activity object can be identified by the following combinations of the fields.- activityId
- activityCode,projectId
- activityCode,projectCode,workspaceCode
Nested Schema : succActivity
The activity required to start or finish after an activity in the activity relationship has started or finishes, depending on the relationship type.
Match All
The activity required to start or finish after an activity in the activity relationship has started or finishes, depending on the relationship type.
Show Source
-
object
ApiEntityActivityInput
Title:
ApiEntityActivityInput
This entity represents a Activity object, a unique Activity object can be identified by the following combinations of the fields.- activityId
- activityCode,projectId
- activityCode,projectCode,workspaceCode
Nested Schema : ApiEntityActivityInput
Type:
object
Title:
ApiEntityActivityInput
This entity represents a Activity object, a unique Activity object can be identified by the following combinations of the fields.
Show Source
- activityId
- activityCode,projectId
- activityCode,projectCode,workspaceCode
-
accountingVarianceLaborUnits: number
(double)
The difference between the planned value of work scheduled and the actual work performed.
-
activityCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of the activity. -
activityFinancial:
activityFinancial
An object containing the financial fields of an activity in the form of key-value pairs.
-
activityId: integer
(int64)
The unique identifier for the activity.
-
activityName: string
Minimum Length:
1
Maximum Length:255
The name of the activity. -
activityPercentComplete: number
(double)
The percentage of the activity that has been completed.
This value is based on the formula for the selected Percent Complete Type. The Percent Complete Type can be Physical, Duration, Units, or Scope.
Physical: The user records the percent complete manually.
Duration: Calculated as (Planned Duration minus Remaining Duration) divided by Planned Duration, multiplied by 100.
Units: Calculated as (Actual Labor Units plus Actual Nonlabor Units) divided by (Actual Labor Units plus Actual Nonlabor Units plus Remaining Labor Units plus Remaining Nonlabor Units), multiplied by 100.
Scope: Calculated as Installed Quantity divided by At Completion Quantity, multiplied by 100. -
activityPriority: string
Allowed Values:
[ "TOP", "HIGH", "NORMAL", "LOW", "LOWEST" ]
Determines the priority of the activity when performing role leveling. -
activityStatus: string
Allowed Values:
[ "NOT_STARTED", "IN_PROGRESS", "COMPLETED" ]
Determines the status of the activity. Valid values are Not Started, In Progress, and Completed. -
activityType: string
Allowed Values:
[ "ACTIVITY", "RESOURCE_DEPENDENT", "LEVEL_OF_EFFORT", "START_MILESTONE", "FINISH_MILESTONE", "WBS_SUMMARY" ]
The type of activity. Valid values are Activity Dependent, Resource Dependent, Level of Effort, Start Milestone, and Finish Milestone. -
activityUncertainties: array
activityUncertainties
The uncertainties associated with an activity.
-
actualFinish: string
(date-time)
The date when the activity was completed.
-
actualLaborUnits: number
(double)
The number of units expended for all labor resources assigned to the activity.
-
actualNonLaborUnits: number
(double)
The number of nonlabor units that have been expended on the activity.
-
actualStart: string
(date-time)
The date work on the activity began.
-
actualThisPeriodLaborUnits: number
(double)
The number of labor units used during this financial period.
-
actualThisPeriodNonLaborUnits: number
(double)
The nonlabor units used during this financial period.
-
atCompletionDuration: number
(double)
Minimum Value:
0
Maximum Value:10000000
The total working time from the activity's current start date to the current finish date.
The current start date is the planned start date until the activity is started, and then it is the actual start date. The current finish date is the activity planned finish date while the activity is not started, the remaining finish date while the activity is in progress, and the actual finish date once the activity is completed. The total working time is calculated using the activity's calendar. -
atCompletionLaborUnits: number
(double)
The sum of the actual plus remaining units for all labor resources assigned to the activity.
It is the same as the planned labor units if the activity is not started, and the actual labor units after the activity is completed.
Calculated as Actual Labor Units plus Remaining Labor Units. -
atCompletionNonLaborUnits: number
(double)
The sum of the actual plus remaining units for all nonlabor resources assigned to the activity.
It is the same as the planned nonlabor units if the activity is not started, and the actual nonlabor units after the activity is completed.
Calculated as Actual Nonlabor Units plus Remaining Nonlabor Units. -
calendar: integer
(int64)
The calendar assigned to the activity.
-
calendarName: string
Minimum Length:
0
Maximum Length:255
The name of the calendar. -
codeValuesActivity: array
codeValuesActivity
The list of code values for an activity. This entity can only be used to assign codeValues or create codeValues on the fly.
-
configuredFields: array
configuredFields
The list of configured fields for an activity.
-
constraintDate: string
(date-time)
The constraint date for the activity, if the activity has a constraint.
-
constraintType: string
Allowed Values:
[ "NONE", "START_ON", "START_ON_OR_BEFORE", "START_ON_OR_AFTER", "FINISH_ON", "FINISH_ON_OR_BEFORE", "FINISH_ON_OR_AFTER", "AS_LATE_AS_POSSIBLE", "MANDATORY_START", "MANDATORY_FINISH" ]
The main restriction impacting the activity start or finish date. -
durationType: string
Allowed Values:
[ "FIXED_RATE", "FIXED_QUANTITY", "FIXED_DURATION_AND_UNITS", "FIXED_DURATION" ]
Determines how remaining duration, units, and units/time are calculated when you update an activity that has resources assigned. The valid values are Fixed Units/Time, Fixed Units, Fixed Duration & Units, and Fixed Duration & Units/Time. -
earlyFinish: string
(date-time)
The earliest possible date the activity can finish.
This date is calculated based on network logic, schedule constraints, and resource availability. -
earlyStart: string
(date-time)
The earliest possible date the remaining work for the activity can begin.
This date is calculated based on network logic, schedule constraints, and resource availability. -
expectedFinish: string
(date-time)
The date you expect work on the activity to finish.
-
finishDate: string
(date-time)
The current finish date for the activity.
-
floatPath: integer
(int64)
Indicates which critical path the activity is on. An activity with a floatPath value of 1 is on the most critical path, whereas an activity with a floatPath value of 2 is on the second most critical path, and so on.
-
floatPathOrder: integer
(int64)
The position of the activity on its critical path.
-
lateFinish: string
(date-time)
The latest possible date the activity can finish without delaying the project finish date.
This date is calculated based on activity relationships, schedule constraints, and resource availability. -
lateStart: string
(date-time)
The latest possible date the remaining work for the activity can begin without delaying the project finish date.
This date is calculated based on activity relationships, schedule constraints, and resource availability. -
owner: string
Maximum Length:
255
The user responsible for the activity. -
percentCompleteType: string
Allowed Values:
[ "PHYSICAL", "DURATION", "UNITS", "SCOPE" ]
Determines the way in which the application calculates the percent complete for the activity.
Physical: Percent complete is manually entered by a user based on the amount of physical work completed on the activity.
Duration: Percent complete is calculated from the actual and remaining duration.
Units: Percent complete is calculated from the actual and remaining units.
Scope: The percent complete for the activity is derived from the scope percent complete of the linked scope assignments. -
percentCompleteWeightedBy: string
Allowed Values:
[ "COST", "QUANTITY", "HOURS", "MANUAL" ]
The method used to calculate the scope percentage completion for scope assignments. The weight is calculated using cost, quantity, hours, or manually entered values. -
physicalPercentComplete: number
(double)
The activity percent complete, manually entered by a user.
-
plannedDuration: number
(double)
Minimum Value:
0
Maximum Value:10000000
The expected amount of time required to complete an activity.
The planned working time is calculated using the activity's calendar. The duration is measured from the activity's planned start date to its planned finish date. -
plannedFinish: string
(date-time)
The date the activity is scheduled to finish if the activity has not started.
This date is calculated by the project scheduler but can be updated manually by the project manager. This date is not changed by the project scheduler after the activity has started. -
plannedLaborUnits: number
(double)
The planned number of units for all labor resources assigned to the activity.
-
plannedNonLaborUnits: number
(double)
The planned units for all nonlabor resources assigned to the activities in the project.
-
plannedStart: string
(date-time)
The date the activity is scheduled to start.
This date the activity is scheduled to begin is calculated by the project scheduler but can be updated manually by the project manager. This date cannot be changed by the project scheduler after the activity has started. -
programMilestone: boolean
Display Milestone on Program.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for a project set by the user who created the project. -
projectId(required): integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
-
remainingDuration: number
(double)
Minimum Value:
0
Maximum Value:10000000
The total working time from the activity remaining start date to the remaining finish date. -
remainingFinish: string
(date-time)
The date the remaining work for the activity is scheduled to finish.
If this activity is not started, this date is the planned finish. This date can be updated manually by the user, but it is overwritten when you schedule the project. -
remainingLaborUnits: number
(double)
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. -
remainingLateFinish: string
(date-time)
The latest possible date the activity must finish without delaying the project finish date.
This date is calculated by the project scheduler based on activity relationships, schedule constraints, and resource availability. When the activity is complete, this field is blank. -
remainingLateStart: string
(date-time)
The latest possible date the remaining work for the activity must begin without delaying the project finish date.
This date is calculated by the project scheduler based on activity relationship, schedule constraints, and resource availability. -
remainingNonLaborUnits: number
(double)
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units. -
remainingStart: string
(date-time)
The date the remaining work for the activity is scheduled to begin.
This date can be updated manually by the user. Before the activity is started, this date is the same as the planned start. -
resumeDate: string
(date-time)
The date when a suspended task or activity is resumed.
-
secondaryConstraintDate: string
(date-time)
The date for the activity's secondary constraint, if the activity has a secondary constraint.
-
secondaryConstraintType: string
Allowed Values:
[ "NONE", "START_ON", "START_ON_OR_BEFORE", "START_ON_OR_AFTER", "FINISH_ON", "FINISH_ON_OR_BEFORE", "FINISH_ON_OR_AFTER", "AS_LATE_AS_POSSIBLE", "MANDATORY_START", "MANDATORY_FINISH" ]
The secondary restriction impacting the activity start or finish date. -
sequenceNumber: integer
(int32)
The number that specifies the position of the activity relative to others within the view.
-
startDate: string
(date-time)
The current start date of the activity.
For started activities, this is the actual start date. For not started activities, this is the planned start date until the project is scheduled. When scheduled, the start date field is set to the remaining early start date. -
suspendDate: string
(date-time)
The date work has temporarily stopped on a given activity.
-
wbscodes: array
wbscodes
List of WBS codes in hierarchy.
-
wbsId: integer
(int64)
The WBS that the activity is associated with.
-
workPackageCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for the work package. -
workPackageId: integer
(int64)
The unique identifier for the work package that the activity is associated with.
-
workPackageName: string
Minimum Length:
1
Maximum Length:255
The name of the work package. -
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of a workspace.
Nested Schema : activityFinancial
An object containing the financial fields of an activity in the form of key-value pairs.
Match All
An object containing the financial fields of an activity in the form of key-value pairs.
Show Source
-
object
ApiEntityActivityFinancialInput
Title:
ApiEntityActivityFinancialInput
Nested Schema : activityUncertainties
Type:
array
The uncertainties associated with an activity.
Show Source
-
Array of:
object ApiEntityActivityUncertaintyInput
Title:
ApiEntityActivityUncertaintyInput
This entity represents a ActivityUncertainty object, a unique ActivityUncertainty object can be identified by the following combinations of the fields.- activityUncertaintyId
Nested Schema : codeValuesActivity
Type:
array
The list of code values for an activity. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
-
Array of:
object ApiEntityCodeValueActivityInput
Title:
ApiEntityCodeValueActivityInput
This entity represents a CodeValueActivity object, a unique CodeValueActivity object can be identified by the following combinations of the fields.- codeValueActivityId
- codeValueId
- codeTypeId,codeValueCode
- codeTypeCode,codeValueCode
- codeTypeCode,parentId,codeValueCode
- codeValueCode,codeTypeId,parentId
- codeTypeCode,codeValueCode,projectCode
- codeTypeCode,codeValueCode,projectId
- codeTypeCode,codeValueCode,parentId,projectCode
- codeTypeCode,codeValueCode,parentId,projectId
Nested Schema : configuredFields
Type:
array
The list of configured fields for an activity.
Show Source
-
Array of:
object ApiEntityActivityConfiguredFieldValueInput
Title:
ApiEntityActivityConfiguredFieldValueInput
This entity represents a ActivityConfiguredFieldValue object, a unique ActivityConfiguredFieldValue object can be identified by the following combinations of the fields.- activityConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
Nested Schema : ApiEntityActivityFinancialInput
Type:
object
Title:
Show Source
ApiEntityActivityFinancialInput
-
activityId: integer
(int64)
The unique identifier of the activity.
-
actualLaborCost: number
(double)
The actual costs for all labor resources assigned to the activity. This field is in base currency and is calculated from actualLaborCostProject field based on the specified exchange rate.
-
actualLaborCostProject: number
(double)
The actual costs for all labor resources assigned to the activity. This value is based on the project currency.
-
actualMaterialCost: number
(double)
The actual cost for all material resources assigned to the activity. This field is in base currency and is calculated from actualMaterialCostProject field based on the specified exchange rate.
-
actualMaterialCostProject: number
(double)
The actual cost for all material resources assigned to the activity. This value is based on the project currency.
-
actualNonLaborCost: number
(double)
The actual costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from actualNonLaborCostProject field based on the specified exchange rate.
-
actualNonLaborCostProject: number
(double)
The actual costs for all nonlabor resources assigned to the activity. This value is based on the project currency.
-
actualThisPeriodLaborCost: number
(double)
The labor costs incurred during a financial period. This field is in base currency and is calculated from actualThisPeriodLaborCostProject field based on the specified exchange rate.
-
actualThisPeriodLaborCostProject: number
(double)
The aggregation of all labor costs incurred during the current financial period. This value is based on the project currency.
-
actualThisPeriodMaterialCost: number
(double)
The material costs incurred during a financial period. This field is in base currency and is calculated from actualThisPeriodMaterialCostProject field based on the specified exchange rate.
-
actualThisPeriodMaterialCostProject: number
(double)
The aggregation of all material costs incurred during the current financial period. This value is based on the project currency.
-
actualThisPeriodNonLaborCost: number
(double)
The nonlabor costs incurred during a financial period. This field is in base currency and is calculated from actualThisPeriodNonLaborCostProject field based on the specified exchange rate.
-
actualThisPeriodNonLaborCostProject: number
(double)
The aggregation of all nonlabor costs incurred during the current financial period. This value is based on the project currency.
-
atCompletionLaborCost: number
(double)
The sum of the actual and remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from atCompletionLaborCostProject field based on the specified exchange rate.
-
atCompletionLaborCostProject: number
(double)
The sum of the actual costs plus remaining costs for all labor resource assignments on the activity. This value is based on the project currency.
-
atCompletionMaterialCost: number
(double)
The sum of the actual and remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from atCompletionMaterialCostProject field based on the specified exchange rate.
-
atCompletionMaterialCostProject: number
(double)
The sum of the actual costs plus remaining costs for all material resource assignments on the activity. This value is based on the project currency.
-
atCompletionNonLaborCost: number
(double)
The sum of the actual and remaining costs for all non-labor resource assigned to the activity. This field is in base currency and is calculated from atCompletionNonLaborCostProject field based on the specified exchange rate.
-
atCompletionNonLaborCostProject: number
(double)
The sum of the actual costs plus remaining costs for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
blplannedExpenseCost: number
(double)
The planned cost for all project expenses associated with the activity.
-
expenseCostPercentComplete: number
(double)
The percent complete of cost for all expenses associated with the activity.
-
laborCostPercentComplete: number
(double)
The percent complete of costs for all labor resources assigned to the activity.
-
materialCostPercentComplete: number
(double)
The percent complete of costs for all material resource assigned to the activity.
-
nonLaborCostPercentComplete: number
(double)
The percent complete of costs for all nonlabor resources assigned to the activity.
-
plannedLaborCost: number
(double)
The planned costs for all labor resources assigned to the activity. This field is in base currency and is calculated from plannedLaborCostProject field based on the specified exchange rate.
-
plannedLaborCostProject: number
(double)
The planned cost for all labor resources assigned to the activity. This value is based on the project currency.
-
plannedMaterialCost: number
(double)
The planned costs for all material resources assigned to the activity. This field is in base currency and is calculated from plannedMaterialCostProject field based on the specified exchange rate.
-
plannedMaterialCostProject: number
(double)
The planned cost for all material resources assigned to the activity. This value is based on the project currency.
-
plannedNonLaborCost: number
(double)
The planned costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from plannedNonLaborCostProject field based on the specified exchange rate.
-
plannedNonLaborCostProject: number
(double)
The planned cost for all nonlabor resources assigned to the activity. This value is based on the project currency.
-
remainingLaborCost: number
(double)
The remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from remainingLaborCostProject field based on the specified exchange rate.
-
remainingLaborCostProject: number
(double)
The remaining cost for all labor resource assignments on the activity. This value is based on the project currency.
-
remainingMaterialCost: number
(double)
The remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from remainingMaterialCostProject field based on the specified exchange rate.
-
remainingMaterialCostProject: number
(double)
The remaining cost for all material resource assignments on the activity. This value is based on the project currency.
-
remainingNonLaborCost: number
(double)
The remaining costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from remainingNonLaborCostProject field based on the specified exchange rate.
-
remainingNonLaborCostProject: number
(double)
The remaining cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
Nested Schema : ApiEntityActivityUncertaintyInput
Type:
object
Title:
ApiEntityActivityUncertaintyInput
This entity represents a ActivityUncertainty object, a unique ActivityUncertainty object can be identified by the following combinations of the fields.
Show Source
- activityUncertaintyId
-
activityUncertaintyId: integer
(int64)
The unique identifier of an uncertainty object.
-
distributionShape: string
Allowed Values:
[ "NONE", "TRIANGLE", "UNIFORM", "BETAPERT" ]
The probability distribution that best models the three-point estimate durations. -
existenceProbability: number
(double)
Signifies the probability that a particular activity occurs (exists) in a given project. For example, an activity that may or may not have to be done depending on circumstances.
-
maximumRemainingDuration: number
(double)
The estimated maximum amount of time required to complete the activity. This field is used for three-point estimation to indicate activity uncertainty.
-
minimumRemainingDuration: number
(double)
The estimated least amount of time required to complete the activity. This field is used for three-point estimation to indicate activity uncertainty.
-
monteCarloScenario: string
Allowed Values:
[ "PRE_MITIGATED", "POST_MITIGATED" ]
The type of risk analysis run on a project.- PRE_MITIGATED : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.
- POST_MITIGATED : A quantitative risk analysis that takes into account the impact of defined risk response plans.
-
mostLikelyRemainingDuration: number
(double)
The estimated most likely amount of time required to complete the activity. This field is used for three-point estimation to indicate activity uncertainty.
-
project: integer
(int64)
The ID of the project that the activity is in.
Nested Schema : ApiEntityCodeValueActivityInput
Type:
object
Title:
ApiEntityCodeValueActivityInput
This entity represents a CodeValueActivity object, a unique CodeValueActivity object can be identified by the following combinations of the fields.
Show Source
- codeValueActivityId
- codeValueId
- codeTypeId,codeValueCode
- codeTypeCode,codeValueCode
- codeTypeCode,parentId,codeValueCode
- codeValueCode,codeTypeId,parentId
- codeTypeCode,codeValueCode,projectCode
- codeTypeCode,codeValueCode,projectId
- codeTypeCode,codeValueCode,parentId,projectCode
- codeTypeCode,codeValueCode,parentId,projectId
-
action: string
Allowed Values:
[ "DELETE" ]
Provide a value for this field during object update to delete code value assigned to the object. -
activityId: integer
(int64)
The unique identifier for the activity.
-
codeTypeCode: string
Minimum Length:
0
Maximum Length:60
This field displays the name of a code or value. -
codeTypeId(required): integer
(int64)
The unique identifier for the code type.The code type object can also be identified by its unique criteria.
-
codeValueActivityId: integer
(int64)
The unique identifier of an activity code value.
-
codeValueCode(required): string
Minimum Length:
1
Maximum Length:60
The unique identifier for the code value. -
codeValueId: integer
(int64)
The unique identifier for the code value.
-
codeValueName: string
Minimum Length:
1
Maximum Length:255
The name of the code value. -
parentId: integer
(int64)
The unique identifier of a parent code value.
-
projectCode: string
Minimum Length:
1
Maximum Length:60
The code of a Project of a Project CodeType. -
projectId: integer
(int64)
The unique identifier for the project.The project object can also be identified by its unique criteria.
Nested Schema : ApiEntityActivityConfiguredFieldValueInput
Type:
object
Title:
ApiEntityActivityConfiguredFieldValueInput
This entity represents a ActivityConfiguredFieldValue object, a unique ActivityConfiguredFieldValue object can be identified by the following combinations of the fields.
Show Source
- activityConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
-
action: string
Allowed Values:
[ "DELETE" ]
Provide value for this field during object update to delete the assigned configured field value. -
activityConfiguredFieldValueId: integer
(int64)
The unique identifier for the Activity Configured Field.
-
columnDefinitionId: integer
(int64)
Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
-
columnLabel: string
Minimum Length:
1
Maximum Length:100
The user-specified UDF column label. -
columnName: string
Minimum Length:
1
Maximum Length:100
The user-specified UDF column name. -
dateValue: string
(date-time)
This holds values for Date type configured fields.
-
numberValue: number
This holds values for Number, Integer and Cost type configured fields. Input for the cost configured field should be provided in the currency of record. For example project level currency in case of Activity, base currency for Company, workspace currency for Funds and record level currency for Project Actuals etc. configured fields.
-
textValue: string
Maximum Length:
4000
This holds values for Boolean, List and Text type configured fields.
Examples
Back to Top
Response
Supported Media Types
- application/json
207 Response
The object was successfully integrated.
Root Schema : List<ApiEntitySyncApiResponse>
Type:
array
Title:
Show Source
List<ApiEntitySyncApiResponse>
-
Array of:
object ApiEntitySyncApiResponse
Title:
ApiEntitySyncApiResponse
Nested Schema : ApiEntitySyncApiResponse
Type:
object
Title:
Show Source
ApiEntitySyncApiResponse
-
identifier: object
identifier
The unique identifier of the supported object returned based on the user input.
This field can return any of the following entities determined based on the object for which the API call is invoked.
Example : RiskScoreTypeIdentifier is returned when Batch Sync Risk Score Types API is invoked. -
link: string
(url)
Read Only:
true
The self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
message: string
Error message or reason for operation failure is populated. The field is non-persistable and thus maximum length is not applicable.
-
statusCode: integer
(int32)
The response code representing the state of the API operation.
Nested Schema : identifier
Type:
object
The unique identifier of the supported object returned based on the user input.
This field can return any of the following entities determined based on the object for which the API call is invoked.
Example : RiskScoreTypeIdentifier is returned when Batch Sync Risk Score Types API is invoked.
This field can return any of the following entities determined based on the object for which the API call is invoked.
Example : RiskScoreTypeIdentifier is returned when Batch Sync Risk Score Types API is invoked.
Match One Schema
Show Source
-
object
ConstraintIdentifier
Title:
ConstraintIdentifier
-
object
CBSSheetSegmentIdentifier
Title:
CBSSheetSegmentIdentifier
-
object
CBSTemplateSegmentIdentifier
Title:
CBSTemplateSegmentIdentifier
-
object
ScopeAssignmentActualsTimePhasedDataIdentifier
Title:
ScopeAssignmentActualsTimePhasedDataIdentifier
-
object
ScopeAssignmentInstalledTimePhasedDataIdentifier
Title:
ScopeAssignmentInstalledTimePhasedDataIdentifier
-
object
ResourceWorkRateIdentifier
Title:
ResourceWorkRateIdentifier
-
object
ReasonIdentifier
Title:
ReasonIdentifier
-
object
WorkManagerTaskIdentifier
Title:
WorkManagerTaskIdentifier
-
object
ChangeRequestIdentifier
Title:
ChangeRequestIdentifier
-
object
ScopeItemAssignmentActivityIdentifier
Title:
ScopeItemAssignmentActivityIdentifier
-
object
RiskScoreTypeIdentifier
Title:
RiskScoreTypeIdentifier
-
object
RiskMatrixIdentifier
Title:
RiskMatrixIdentifier
-
object
ProjectRiskIdentifier
Title:
ProjectRiskIdentifier
-
object
ProgramRiskIdentifier
Title:
ProgramRiskIdentifier
-
object
ActivityRiskIdentifier
Title:
ActivityRiskIdentifier
-
object
RiskMitigationIdentifier
Title:
RiskMitigationIdentifier
-
object
ProgramRiskMitigationIdentifier
Title:
ProgramRiskMitigationIdentifier
-
object
ProgramRiskWeatherPeriodIdentifier
Title:
ProgramRiskWeatherPeriodIdentifier
-
object
HolidayGroupIdentifier
Title:
HolidayGroupIdentifier
-
object
RiskWeatherPeriodIdentifier
Title:
RiskWeatherPeriodIdentifier
-
object
PortfolioIdentifier
Title:
PortfolioIdentifier
-
object
PortfolioMeasureIdentifier
Title:
PortfolioMeasureIdentifier
-
object
EntityReferenceIdentifier
Title:
EntityReferenceIdentifier
-
object
PortfolioMeasureManualValueIdentifier
Title:
PortfolioMeasureManualValueIdentifier
-
object
CustomLogTypeObjectIdentifier
Title:
CustomLogTypeObjectIdentifier
-
object
CustomLogItemIdentifier
Title:
CustomLogItemIdentifier
-
object
ProjectRankIdentifier
Title:
ProjectRankIdentifier
-
object
ProjectDependencyIdentifier
Title:
ProjectDependencyIdentifier
-
object
LocationIdentifier
Title:
LocationIdentifier
-
object
MeasureIdentifier
Title:
MeasureIdentifier
-
object
MeasureThresholdIdentifier
Title:
MeasureThresholdIdentifier
-
object
ReportCycleIdentifier
Title:
ReportCycleIdentifier
-
object
UnitsOfMeasureIdentifier
Title:
UnitsOfMeasureIdentifier
-
object
WorkspaceIdentifier
Title:
WorkspaceIdentifier
-
object
ApplicationUserGroupIdentifier
Title:
ApplicationUserGroupIdentifier
-
object
CalendarIdentifier
Title:
CalendarIdentifier
-
object
CodeTypeIdentifier
Title:
CodeTypeIdentifier
-
object
CodeValueIdentifier
Title:
CodeValueIdentifier
-
object
CostCategoryIdentifier
Title:
CostCategoryIdentifier
-
object
CurveIdentifier
Title:
CurveIdentifier
-
object
DocumentFolderStructureTemplateIdentifier
Title:
DocumentFolderStructureTemplateIdentifier
-
object
IdeaIdentifier
Title:
IdeaIdentifier
-
object
OfficeIdentifier
Title:
OfficeIdentifier
-
object
ProjectCompanyIdentifier
Title:
ProjectCompanyIdentifier
-
object
ResourceDemandIdentifier
Title:
ResourceDemandIdentifier
-
object
ProjectBudgetChangeIdentifier
Title:
ProjectBudgetChangeIdentifier
-
object
ProjectBudgetTransferIdentifier
Title:
ProjectBudgetTransferIdentifier
-
object
ProjectResourceWorkRateIdentifier
Title:
ProjectResourceWorkRateIdentifier
-
object
ProjectActualsLineItemIdentifier
Title:
ProjectActualsLineItemIdentifier
-
object
ProjectActualsIdentifier
Title:
ProjectActualsIdentifier
-
object
ProjectBudgetItemIdentifier
Title:
ProjectBudgetItemIdentifier
-
object
ProgramIdentifier
Title:
ProgramIdentifier
-
object
StrategyIdentifier
Title:
StrategyIdentifier
-
object
StrategyTypeIdentifier
Title:
StrategyTypeIdentifier
-
object
RuleOfCreditIdentifier
Title:
RuleOfCreditIdentifier
-
object
ResourceRoleAssignmentIdentifier
Title:
ResourceRoleAssignmentIdentifier
-
object
BudgetPlanningScenarioIdentifier
Title:
BudgetPlanningScenarioIdentifier
-
object
ScopeAssignmentPlannedTimePhasedDataIdentifier
Title:
ScopeAssignmentPlannedTimePhasedDataIdentifier
-
object
ProgramBudgetTransferIdentifier
Title:
ProgramBudgetTransferIdentifier
-
object
ProgramBudgetChangeIdentifier
Title:
ProgramBudgetChangeIdentifier
-
object
ActivityIdentifier
Title:
ActivityIdentifier
-
object
AssignmentIdentifier
Title:
AssignmentIdentifier
-
object
RelationshipIdentifier
Title:
RelationshipIdentifier
-
object
FundActualIdentifier
Title:
FundActualIdentifier
-
object
ProgramBudgetItemIdentifier
Title:
ProgramBudgetItemIdentifier
-
object
NotebookTopicsIdentifier
Title:
NotebookTopicsIdentifier
-
object
ProjectCashflowIdentifier
Title:
ProjectCashflowIdentifier
Nested Schema : ConstraintIdentifier
Type:
object
Title:
Show Source
ConstraintIdentifier
-
constraintCode(required): string
The user specified identifier for a constraint.
-
constraintId: integer
(int64)
The unique identifier of a constraint.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : CBSSheetSegmentIdentifier
Type:
object
Title:
Show Source
CBSSheetSegmentIdentifier
-
cbsSheetSegmentId: integer
(int64)
The system-generated identifier of a cost sheet segment. This value should not be provided in create operation request data, however, it is required for update requests.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
segmentDefinitionName(required): string
Maximum Length:
255
The name of the level of the cost breakdown structure segment definition. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : CBSTemplateSegmentIdentifier
Type:
object
Title:
Show Source
CBSTemplateSegmentIdentifier
-
cbsTemplateSegmentId: integer
(int64)
The unique identifier for the CBS segment. This value should not be provided in create operation request data, however, it is required for update requests.
-
segmentDefinitionName(required): string
Maximum Length:
255
The name of the CBS segment. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ScopeAssignmentActualsTimePhasedDataIdentifier
Type:
object
Title:
Show Source
ScopeAssignmentActualsTimePhasedDataIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
scopeAssignmentActualsTimePhasedDataId: integer
(int64)
The unique identifier of scope actuals time phased data. This value should not be provided in create operation request data, however, it is required for update requests.
-
scopeItemAssignCode: string
Maximum Length:
60
The user-specified unique identifier for the scope assignment. -
scopeItemAssignmentId: integer
(int64)
The unique identifier for the scope item assigned to the work package.
-
scopeItemCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the scope item. -
workPackageCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for the work package. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ScopeAssignmentInstalledTimePhasedDataIdentifier
Type:
object
Title:
Show Source
ScopeAssignmentInstalledTimePhasedDataIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
scopeAssignmentInstalledTimePhasedDataId: integer
(int64)
The unique identifier of scope assignment data. This value should not be provided in create operation request data, however, it is required for update requests.
-
scopeItemAssignCode: string
Maximum Length:
60
The user-specified unique identifier for the scope assignment. -
scopeItemAssignmentId: integer
(int64)
The unique identifier for the scope item assigned to the work package.
-
scopeItemCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the scope item. -
workPackageCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for the work package. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ResourceWorkRateIdentifier
Type:
object
Title:
Show Source
ResourceWorkRateIdentifier
-
effectiveStartDate: string
(date-time)
Date that the corresponding units/time period and rates go into effect for the resource or role.
-
resourceClass: string
Allowed Values:
[ "RESOURCE", "ROLE" ]
The class identifies the item as a resource or a role. -
resourceCode: string
Maximum Length:
60
The unique identifier for the resource or role. -
resourceId: integer
(int64)
The unique identifier for the resource or role.
-
resourceWorkRateId: integer
(int64)
The system-generated identifier of the work rate.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
-
workspaceResourceId: integer
(int64)
The unique identifier for the resource.The resource object can also be identified by its unique criteria.
Nested Schema : ReasonIdentifier
Type:
object
Title:
Show Source
ReasonIdentifier
-
reasonId: integer
(int64)
The unique identifier of a reason.
-
reasonName: string
Maximum Length:
255
The name of the reason for recommitting to a task. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : WorkManagerTaskIdentifier
Type:
object
Title:
Show Source
WorkManagerTaskIdentifier
-
itemCode: string
Maximum Length:
60
The user-specified unique identifier assigned to the task. -
project: integer
(int64)
The unique identifier for the project.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
workManagerTaskId: integer
(int64)
The unique identifier for the resource or role.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ChangeRequestIdentifier
Type:
object
Title:
Show Source
ChangeRequestIdentifier
-
changeRequestCode: string
Maximum Length:
60
The user-specified unique identifier of the change request. -
changeRequestId: integer
(int64)
The unique identifier of the change request.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ScopeItemAssignmentActivityIdentifier
Type:
object
Title:
Show Source
ScopeItemAssignmentActivityIdentifier
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier for the activity.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
scopeItemAssignmentActivityId: integer
(int64)
The system-generated identifier of a scope item.
-
scopeItemAssignmentCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the scope item. -
scopeItemAssignmentId: integer
(int64)
The unique identifier for the scope item assigned to the work package.
-
scopeItemCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier for the scope item. -
workPackageCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for the work package. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : RiskScoreTypeIdentifier
Type:
object
Title:
Show Source
RiskScoreTypeIdentifier
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
riskScoreTypeId: integer
(int64)
The unique identifier of a score type.
-
riskScoreTypeName: string
Maximum Length:
255
The name of the risk score type. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : RiskMatrixIdentifier
Type:
object
Title:
Show Source
RiskMatrixIdentifier
-
matrixName: string
Maximum Length:
60
The name of the risk scoring matrix. -
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
riskMatrixId: integer
(int64)
The system-generated identifier of the risk matrix.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ProjectRiskIdentifier
Type:
object
Title:
Show Source
ProjectRiskIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ProgramRiskIdentifier
Type:
object
Title:
Show Source
ProgramRiskIdentifier
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
programRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ActivityRiskIdentifier
Type:
object
Title:
Show Source
ActivityRiskIdentifier
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier of an activity assigned to a risk.
-
activityRiskId: integer
(int64)
The unique identifier for the activity.The activity object can also be identified by its unique criteria.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : RiskMitigationIdentifier
Type:
object
Title:
Show Source
RiskMitigationIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
riskMitigationCode: string
Maximum Length:
60
The unique identifier for the risk response action item. -
riskMitigationId: integer
(int64)
The system-generated identifier of a risk mitigation.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProgramRiskMitigationIdentifier
Type:
object
Title:
Show Source
ProgramRiskMitigationIdentifier
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
programRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
programRiskMitigationCode: string
Maximum Length:
60
The unique identifier for the risk response action item. -
programRiskMitigationId: integer
(int64)
The system-generated identifier of a risk mitigation.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProgramRiskWeatherPeriodIdentifier
Type:
object
Title:
Show Source
ProgramRiskWeatherPeriodIdentifier
-
periodName: string
Maximum Length:
255
The name of the period. -
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
programRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
programRiskWeatherPeriodId: integer
(int64)
The system-generated identifier for the period.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : HolidayGroupIdentifier
Type:
object
Title:
Show Source
HolidayGroupIdentifier
-
holidayGroupName: string
Maximum Length:
60
The name of the holiday list. -
holidayListId: integer
(int64)
The unique identifier for the holiday list.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : RiskWeatherPeriodIdentifier
Type:
object
Title:
Show Source
RiskWeatherPeriodIdentifier
-
periodName: string
Maximum Length:
255
The name of the period. -
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectRiskId: integer
(int64)
The system-generated identifier of the project risk.
-
riskCode: string
Maximum Length:
60
The unique identifier for the risk. -
riskWeatherPeriodId: integer
(int64)
The system-generated identifier for the period.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : PortfolioIdentifier
Type:
object
Title:
Show Source
PortfolioIdentifier
-
name: string
Minimum Length:
1
Maximum Length:255
The name of the portfolio. -
portfolioId: integer
(int64)
The system-generated identifier of a portfolio. This value should not be provided in create operation request data, however, it is required for update requests.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : PortfolioMeasureIdentifier
Type:
object
Title:
Show Source
PortfolioMeasureIdentifier
-
measureId: integer
(int64)
The unique identifier of a portfolio measure.
-
measureName: string
Maximum Length:
255
The name of the measure. -
portfolioId: integer
(int64)
The system-generated identifier of a portfolio. This value should not be provided in create operation request data, however, it is required for update requests.
-
portfolioMeasureId: integer
(int64)
The unique identifier of a portfolio measure.
-
portfolioName: string
Maximum Length:
255
The name of the portfolio. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : EntityReferenceIdentifier
Type:
object
Title:
Show Source
EntityReferenceIdentifier
-
entityReferenceId: integer
(int64)
The system-generated identifier of a reference.
Nested Schema : PortfolioMeasureManualValueIdentifier
Type:
object
Title:
Show Source
PortfolioMeasureManualValueIdentifier
-
beginDate: string
(date-time)
The start date of a portfolio.
-
capitalPortfolioId: integer
(int64)
The unique identifier for the portfolio.The portfolio object can also be identified by its unique criteria.
-
endDate: string
(date-time)
The end date of the portfolio.
-
measureId: integer
(int64)
The unique identifier of a portfolio measure.
-
measureName: string
Maximum Length:
255
The name of the measure. -
portfolioMeasureManualValueId: integer
(int64)
The unique identifier of a portfolio measure.
-
portfolioName: string
Maximum Length:
255
The name of the portfolio. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : CustomLogTypeObjectIdentifier
Type:
object
Title:
Show Source
CustomLogTypeObjectIdentifier
-
customLogTypeObjectId: integer
(int64)
The system-generated identifier of custom log type object.
-
customLogTypeObjectName: string
The user-defined identifier of a custom log type object.
-
scope: string
Maximum Length:
40
Allowed Values:[ "project", "program", "workspace" ]
The scope of an object. -
scopeCode: string
The user-defined identifier of a reference to another object.
-
scopeId: integer
(int64)
The system-generated identifier of a reference to another object.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : CustomLogItemIdentifier
Type:
object
Title:
Show Source
CustomLogItemIdentifier
-
customLogItemCode: string
Maximum Length:
60
A unique identifier unique of the custom log item. -
customLogItemId: integer
(int64)
The system-generated identifier of a custom log item. This value should not be provided in create operation request data, however, it is required for update requests.
-
customLogTypeObjectId: integer
(int64)
The unique identifier for the custom log type object.The custom log type object can also be identified by its unique criteria.
-
customLogTypeObjectName: string
The user-specified identifier of a custom log type.
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ProjectRankIdentifier
Type:
object
Title:
Show Source
ProjectRankIdentifier
-
evaluationCategoryId: integer
(int64)
Evaluation category ID.
-
evaluationSubCategoryId: integer
(int64)
Evaluation subcategory ID.
-
projectId: integer
(int64)
The system-generated identifier of the project.
-
projectRankId: integer
(int64)
The system-generated identifier of the project rank.
Nested Schema : ProjectDependencyIdentifier
Type:
object
Title:
Show Source
ProjectDependencyIdentifier
-
dependentProjectCode: string
The project code of a project that has other projects that it relies on for support.
-
dependentProjectId: integer
(int64)
The unique identifier of a project that has other projects that it relies on for support.
-
dependentProjectWorkspaceCode: string
The workspace code of a project that has other projects that it relies on for support.#project invalid inputs
-
projectCode: string
The project code of a project that has other projects depending on it.
-
projectDependencyId: integer
(int64)
The unique identifier of a project dependency.
-
projectId: integer
(int64)
The unique identifier of a project that has other projects depending on it.
-
projectWorkspaceCode: string
The workspace code of a project that has other projects depending on it.
Nested Schema : LocationIdentifier
Type:
object
Title:
Show Source
LocationIdentifier
-
locationCode: string
Minimum Length:
1
Maximum Length:60
The user-specified unique identifier of the location. -
locationId: integer
(int64)
The unique identifier for the location.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : MeasureIdentifier
Type:
object
Title:
Show Source
MeasureIdentifier
-
measureId: integer
(int64)
The unique identifier of a measure.
-
measureName: string
Maximum Length:
255
The name of the measure. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : MeasureThresholdIdentifier
Type:
object
Title:
Show Source
MeasureThresholdIdentifier
-
computeAgainstType: string
Allowed Values:
[ "ACTUAL_VALUE", "PERCENT_OF_TARGET" ]
The against type of a threshold. -
desirableState: string
Allowed Values:
[ "HIGH_VALUES", "LOW_VALUES" ]
The type of direction of a threshold. -
measureId: integer
(int64)
The unique identifier of a measure.
-
measureName: string
Maximum Length:
255
The name of the measure. -
measureThresholdId: integer
(int64)
The unique identifier of a threshold.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ReportCycleIdentifier
Type:
object
Title:
Show Source
ReportCycleIdentifier
-
cycleName: string
Maximum Length:
255
The name of the reporting cycle. -
reportCycleId: integer
(int64)
The unique identifier of a report cycle.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : UnitsOfMeasureIdentifier
Type:
object
Title:
Show Source
UnitsOfMeasureIdentifier
-
key: string
Maximum Length:
60
The abbreviation for the unit of measure name. -
unitOfMeasureId: integer
(int64)
The unique identifier for the unit of measure.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : WorkspaceIdentifier
Type:
object
Title:
Show Source
WorkspaceIdentifier
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ApplicationUserGroupIdentifier
Type:
object
Title:
Show Source
ApplicationUserGroupIdentifier
-
applicationUserGroupId: integer
(int64)
The unique identifier of a user group.
-
groupName: string
Minimum Length:
1
Maximum Length:255
Name of a user group. -
scope: string
Allowed Values:
[ "PROJECT", "WORKSPACE" ]
Type of a user group. -
scopeCode: string
The unique identifier for a project/workspace set by the user who created the project/workspace.
-
scopeId: integer
(int64)
The unique identifier of a project/workspace.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : CalendarIdentifier
Type:
object
Title:
Show Source
CalendarIdentifier
-
calendarCode: string
Maximum Length:
255
The unique code for the calendar. -
calendarId: integer
(int64)
The unique identifier for the calendar.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : CodeTypeIdentifier
Type:
object
Title:
Show Source
CodeTypeIdentifier
-
codeTypeCode: string
Displays the code or ID of the Code Type.
-
codeTypeId: integer
(int64)
The system-generated identifier of a code type.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : CodeValueIdentifier
Type:
object
Title:
Show Source
CodeValueIdentifier
-
codeTypeCode: string
Displays the code or ID of the Code Type.
-
codeTypeId: integer
(int64)
The system-generated identifier of a code type.
-
codeValueCode: string
Maximum Length:
60
The unique identifier for the code value. -
codeValueId: integer
(int64)
The unique identifier for the code value.
-
parentCVCodes: array
parentCVCodes
List of parent code values in a hierarchy. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
-
parentId: integer
(int64)
The unique identifier of a parent code value.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : CostCategoryIdentifier
Type:
object
Title:
Show Source
CostCategoryIdentifier
-
abbreviation: string
Minimum Length:
1
Maximum Length:10
The abbreviation for the cost category name. -
costCategoryId: integer
(int64)
The system-generated identifier of a cost category.
-
costCategoryName: string
Minimum Length:
1
Maximum Length:255
The name of the cost category. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : CurveIdentifier
Type:
object
Title:
Show Source
CurveIdentifier
-
curveId: integer
(int64)
The unique identifier of a curve.
-
curveName: string
Maximum Length:
255
The name of the curve profile. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : DocumentFolderStructureTemplateIdentifier
Type:
object
Title:
Show Source
DocumentFolderStructureTemplateIdentifier
-
documentFolderStructureTemplateId: integer
(int64)
The system-generated identifier of a document folder structure template.
-
templateName: string
Maximum Length:
255
The name of the document template. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : IdeaIdentifier
Type:
object
Title:
Show Source
IdeaIdentifier
-
ideaId: integer
(int64)
The system-generated identifier of an idea.
-
ideaName: string
The name of the Idea.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : OfficeIdentifier
Type:
object
Title:
Show Source
OfficeIdentifier
-
companyId: integer
(int64)
The system-generated identifier of a company.
-
companyName: string
Minimum Length:
1
Maximum Length:255
The name of the company. -
countryCode: string
Maximum Length:
3
The country for a location. -
officeId: integer
(int64)
The unique identifier of an office.
-
officeName: string
Minimum Length:
1
Maximum Length:255
The name of the office. -
postalCode: string
Maximum Length:
20
The postal code, post code, or zip code of a location.
Nested Schema : ProjectCompanyIdentifier
Type:
object
Title:
Show Source
ProjectCompanyIdentifier
-
companyId: integer
(int64)
The system-generated identifier of a company.
-
companyName: string
Minimum Length:
1
Maximum Length:255
The name of the company. -
postalCode: string
Maximum Length:
20
The postal code, post code, or zip code of a location. -
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectCompanyId: integer
(int64)
The system-generated unique identifier of the project company.
-
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ResourceDemandIdentifier
Type:
object
Title:
Show Source
ResourceDemandIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
resourceClass: string
Allowed Values:
[ "RESOURCE", "ROLE" ]
The class identifies the item as a resource or a role. -
resourceCode: string
Maximum Length:
60
The unique identifier for the resource or role. -
resourceDemandId: integer
(int64)
The unique identifier of the demand. This value should not be provided in create operation request data, however, it is required for update requests.
-
resourceId: integer
(int64)
The unique identifier for the resource or role.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProjectBudgetChangeIdentifier
Type:
object
Title:
Show Source
ProjectBudgetChangeIdentifier
-
budgetChangeCode: string
Maximum Length:
60
The unique identifier of the project budget change request. -
budgetChangeId: integer
(int64)
The system-generated identifier of a budget change.
-
projectBudgetId: integer
(int64)
The system-generated identifier of a project budget.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProjectBudgetTransferIdentifier
Type:
object
Title:
Show Source
ProjectBudgetTransferIdentifier
-
budgetTransferCode: string
Maximum Length:
60
The unique identifier of the project budget transfer request. -
budgetTransferId: integer
(int64)
The system-generated identifier of a budget transfer.
-
projectBudgetId: integer
(int64)
The system-generated identifier of a project budget.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProjectResourceWorkRateIdentifier
Type:
object
Title:
Show Source
ProjectResourceWorkRateIdentifier
-
effectiveStartDate: string
(date-time)
Date that the corresponding units/time period and rates go into effect for the resource or role.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectResourceId: integer
(int64)
The unique identifier of a project resource.
-
projectResourceWorkRateId: integer
(int64)
The unique identifier of a project work rate.
-
resourceClass: string
Allowed Values:
[ "RESOURCE", "ROLE" ]
The class identifies the item as a resource or a role. -
resourceCode: string
The code of a resource of a project resource.
-
resourceId: integer
(int64)
The unique identifier for the resource.The resource object can also be identified by its unique criteria.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProjectActualsLineItemIdentifier
Type:
object
Title:
Show Source
ProjectActualsLineItemIdentifier
-
projectActualsCode: string
The user-specified identifier of a project actual.
-
projectActualsId: integer
(int64)
The unique identifier for the project actuals.The project actuals object can also be identified by its unique criteria.
-
projectActualsLineItemCode: string
Maximum Length:
60
The user-specified unique identifier for an actual line item. -
projectActualsLineItemId: integer
(int64)
The unique identifier for the project actuals line item. The project actuals line item object can also be identified by its unique criteria. This value should not be provided in create operation request data, however, it is required for update requests.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProjectActualsIdentifier
Type:
object
Title:
Show Source
ProjectActualsIdentifier
-
projectActualsCode: string
The user-specified identifier of a project actual.
-
projectActualsId: integer
(int64)
The unique identifier for the project actuals.The project actuals object can also be identified by its unique criteria. This value should not be provided in create operation request data, however, it is required for update requests.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProjectBudgetItemIdentifier
Type:
object
Title:
Show Source
ProjectBudgetItemIdentifier
-
budgetItemCode: string
Maximum Length:
60
The unique identifier of the project budget item. -
budgetItemId: integer
(int64)
The system-generated identifier of a budget item.
-
projectBudgetId: integer
(int64)
The system-generated identifier of a project budget.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProgramIdentifier
Type:
object
Title:
Show Source
ProgramIdentifier
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : StrategyIdentifier
Type:
object
Title:
Show Source
StrategyIdentifier
-
strategyId: integer
(int64)
The system-generated identifier of the strategy.
-
strategyName: string
The name of a strategy.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : StrategyTypeIdentifier
Type:
object
Title:
Show Source
StrategyTypeIdentifier
-
levelName: string
The name of a strategy.
-
strategyTypeId: integer
(int64)
The system-generated identifier of a strategy type. This value should not be provided in create operation request data, however, it is required for update requests.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : RuleOfCreditIdentifier
Type:
object
Title:
Show Source
RuleOfCreditIdentifier
-
rocId: integer
(int64)
Unique identifier of the rule of credit.
-
rocName: string
Minimum Length:
1
Maximum Length:255
The name of the rule of credit. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ResourceRoleAssignmentIdentifier
Type:
object
Title:
Show Source
ResourceRoleAssignmentIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
resourceCode: string
Maximum Length:
60
The unique identifier for the resource or role. -
resourceId: integer
(int64)
The unique identifier for the resource or role.
-
resourceRoleAssignmentId: integer
(int64)
The system-generated identifier of the resource role assignment.
-
roleCode: string
The user-specified identifier of the role.
-
roleId: integer
(int64)
The unique identifier for the role.The role object can also be identified by its unique criteria.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : BudgetPlanningScenarioIdentifier
Type:
object
Title:
Show Source
BudgetPlanningScenarioIdentifier
-
planPeriod: integer
(int32)
The period during which budget is allocated to projects within the plan.
This value determines the year in which budget planning timescales start.
You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021.
After the planning period for a budget plan has been set it cannot be changed. -
portfolioId: integer
(int64)
The system-generated identifier of a portfolio. This value should not be provided in create operation request data, however, it is required for update requests.
-
portfolioName: string
Maximum Length:
255
The name of the portfolio. -
scenarioId: integer
(int64)
The system-generated identifier of the Budget Plan Scenario.
-
scenarioName: string
Maximum Length:
255
The name of Budget Plan Scenario. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ScopeAssignmentPlannedTimePhasedDataIdentifier
Type:
object
Title:
Show Source
ScopeAssignmentPlannedTimePhasedDataIdentifier
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
scopeAssignmentPlannedTimePhasedDataId: integer
(int64)
The unique identifier of scope assignment plan data. This value should not be provided in create operation request data, however, it is required for update requests.
-
scopeItemAssignCode: string
Maximum Length:
60
The user-specified unique identifier for the scope assignment. -
scopeItemAssignmentId: integer
(int64)
The unique identifier for the scope item assigned to the work package.
-
workPackageCode: string
Minimum Length:
1
Maximum Length:60
The unique identifier for the work package. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProgramBudgetTransferIdentifier
Type:
object
Title:
Show Source
ProgramBudgetTransferIdentifier
-
programBudgetTransferCode: string
Maximum Length:
60
The unique identifier of the program budget transfer request. -
programBudgetTransferId: integer
(int64)
The system-generated identifier of a program budget transfer.
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ProgramBudgetChangeIdentifier
Type:
object
Title:
Show Source
ProgramBudgetChangeIdentifier
-
programBudgetChangeCode: string
Maximum Length:
60
The unique identifier of the program budget change request. -
programBudgetChangeId: integer
(int64)
The system-generated identifier of a program budget change.
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ActivityIdentifier
Type:
object
Title:
Show Source
ActivityIdentifier
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier for the activity.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : AssignmentIdentifier
Type:
object
Title:
Show Source
AssignmentIdentifier
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier for the activity.The activity object can also be identified by its unique criteria.
-
assignmentCode: string
Maximum Length:
60
A unique identifier for the assignment. -
assignmentId: integer
(int64)
The system-generated identifier of an assignment.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
resourceClass: string
Allowed Values:
[ "RESOURCE", "ROLE" ]
The class of the resource of an assignment. -
resourceCode: string
The user-specified identifier of a resource.
-
resourceId: integer
(int64)
The unique identifier for the resource.The resource object can also be identified by its unique criteria.
-
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : RelationshipIdentifier
Type:
object
Title:
Show Source
RelationshipIdentifier
-
predActivityCode: string
The code of the predecessor activity.
-
predActivityId: integer
(int64)
The unique identifier of the predecessor of an activity.
-
predProjectCode: string
The code of the project of the predecessor of an activity.
-
predWorkspaceCode: string
The code of the workspace of the predecessor of an activity.
-
relationshipId: integer
(int64)
The system-generated identifier of an activity relationship.
-
succActivityCode: string
The code of the successor activity.
-
succActivityId: integer
(int64)
The unique identifier of the successor of an activity.
-
succProjectCode: string
The code of the project of the successor of an activity.
-
succWorkspaceCode: string
The code of the workspace of the successor of an activity.
Nested Schema : FundActualIdentifier
Type:
object
Title:
Show Source
FundActualIdentifier
-
fundActualId: integer
(int64)
The system-generated identifier of a fund actual.
-
fundCode: string
The user-specified unique identifier of a fund.
-
fundId: integer
(int64)
The system-generated identifier of a fund.
-
projectActualsCode: string
Maximum Length:
60
The unique identifier for an actual. -
projectActualsId: integer
(int64)
The system-generated identifier of a project actual.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
workspaceCode: string
The user-specified identifier of a workspace.
Nested Schema : ProgramBudgetItemIdentifier
Type:
object
Title:
Show Source
ProgramBudgetItemIdentifier
-
programBudgetItemCode: string
Maximum Length:
60
The unique identifier of the program budget item. -
programBudgetItemId: integer
(int64)
The system-generated identifier for a budget.
-
programCode: string
Maximum Length:
60
The unique identifier for a program set by the user who created the program. -
programId: integer
(int64)
The unique identifier for the program.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : NotebookTopicsIdentifier
Type:
object
Title:
Show Source
NotebookTopicsIdentifier
-
notebookTopicId: integer
(int64)
The unique identifier for the notebook topic.
-
notebookTopicName: string
Maximum Length:
255
The name of the notebook topic. -
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
Nested Schema : ProjectCashflowIdentifier
Type:
object
Title:
Show Source
ProjectCashflowIdentifier
-
month: integer
(int32)
The time period during which budget planning for the project takes place in months.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectPhaseFinancialId: integer
(int64)
The unique internal identifier for the project's time-phased cost spread. This value should not be provided in create operation request data, however, it is required for update requests.
-
spreadDate: string
(date-time)
The starting date for a time phase of the project life cycle.
-
workspaceCode: string
The user-specified identifier of a workspace.
-
workspaceId: integer
(int64)
The unique identifier of a workspace.
-
year: integer
(int32)
The time period during which budget planning for the project takes place in years.
Nested Schema : parentCVCodes
Type:
array
List of parent code values in a hierarchy. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
Show Source
400 Response
Invalid input for the Activity Relationship service. Verify the request contains valid data, then resubmit the request.