Batch Sync Project Actuals
post
                    /api/restapi/projectActuals/sync/batch
Send a request to this endpoint to create or update one or more project actuals.
                
                Request
Header Parameters
                    - 
                            singleTransaction: boolean 
                            
                            Enabling this boolean flag fails to complete the request if an error occurred when processing any project actuals sent as part of the request.
 Allowed Values: [ "true", "false" ]Default Value:false
Supported Media Types
                            - application/json
Root Schema : List<ApiEntityProjectActualsInput>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ApiEntityProjectActualsInput>- 
            Array of: 
                object  ApiEntityProjectActualsInput
            
            Title:ApiEntityProjectActualsInputThis entity represents a ProjectActuals object, a unique ProjectActuals object can be identified by the following combinations of the fields.- projectActualsId
- projectActualsCode,projectId
- projectActualsCode,projectCode,workspaceCode
 
Nested Schema : ApiEntityProjectActualsInput
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ApiEntityProjectActualsInputThis entity represents a ProjectActuals object, a unique ProjectActuals object can be identified by the following combinations of the fields.
    
    
    
    
        Show Source
        - projectActualsId
- projectActualsCode,projectId
- projectActualsCode,projectCode,workspaceCode
- 
                
                    
                    companyName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The name of a company.
- 
                
                    
                    companySourceId: string
                    
                    
                     
                    
                
                
                Maximum Length:255The unique identifier of company data in an external source.
- 
                
                    
                    configuredFields: array
                    
                    
                
                
                    configuredFields
                
                
                The list of configured fields for a project actuals.
- 
                
                    
                    currencyCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:3The user-specified identifier of a currency.
- 
                
                    
                    currencyId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of the currency associated with the project actual.
- 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                Minimum Length:0Maximum Length:4000Details about the project actual.
- 
                
                    
                    effectiveDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date the actual is effective.
- 
                
                    
                    fixedExchangeRate: number
                    
                    
                     
                    
                
                
                The exchange rate used to convert the Total Amount value from the record currency to the base currency.
- 
                
                    
                    projectActualName(required): string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The name of the actual.
- 
                
                    
                    projectActualsCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:60The unique identifier for an actual.
- 
                
                    
                    projectActualsCost:projectActualsCostDeprecated. As of 25.8.
 An object containing cost fields in the form of key-value pairs.
- 
                
                    
                    projectActualsId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of project actual data. This value should not be provided in create operation request data, however, it is required for update requests.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:60The user-specified identifier of a project.
- 
                
                    
                    projectCompanyId: integer
                    
                    
                     (int64) 
                    
                
                
                The name of the company associated with the actual.
- 
                
                    
                    projectId(required): integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the project.The project object can also be identified by its unique criteria.
- 
                
                    
                    projectSourceId: string
                    
                    
                     
                    
                
                
                Maximum Length:255The unique identifier of project data in an external source.
- 
                
                    
                    sourceId: string
                    
                    
                     
                    
                
                
                Maximum Length:255The unique identifier of project actual data in an external source.Example:coarse
- 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                Allowed Values:[ "PENDING", "CONFIRMED" ]That status of the actual. Valid values are Pending and Confirmed.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                Minimum Length:0Maximum Length:60The user-specified identifier of a workspace.
Nested Schema : configuredFields
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of configured fields for a project actuals.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  ApiEntityProjectActualsConfiguredFieldValueInput
            
            Title:ApiEntityProjectActualsConfiguredFieldValueInputThis entity represents a ProjectActualsConfiguredFieldValue object, a unique ProjectActualsConfiguredFieldValue object can be identified by the following combinations of the fields.- projectActualsConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
 
Nested Schema : projectActualsCost
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Deprecated. As of 25.8.
An object containing cost fields in the form of key-value pairs.
    
    
    
    
    
    
    An object containing cost fields in the form of key-value pairs.
Match All
    
        
            Deprecated. As of 25.8.
An object containing cost fields in the form of key-value pairs.
        
    
    Show Source
    An object containing cost fields in the form of key-value pairs.
- 
                
                object 
                
                
             ApiEntityProjectActualsCostInput
                
            Title:ApiEntityProjectActualsCostInput
Nested Schema : ApiEntityProjectActualsConfiguredFieldValueInput
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ApiEntityProjectActualsConfiguredFieldValueInputThis entity represents a ProjectActualsConfiguredFieldValue object, a unique ProjectActualsConfiguredFieldValue object can be identified by the following combinations of the fields.
    
    
    
    
        Show Source
        - projectActualsConfiguredFieldValueId
- columnDefinitionId
- columnName
- columnLabel
- 
                
                    
                    action: string
                    
                    
                     
                    
                
                
                Allowed Values:[ "DELETE" ]Provide value for this field during object update to delete the assigned configured field value.
- 
                
                    
                    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:1Maximum Length:100The user-specified UDF column label.
- 
                
                    
                    columnName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:100The 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.
- 
                
                    
                    projectActualsConfiguredFieldValueId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the Project Actuals Configured Field.
- 
                
                    
                    projectActualsId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier for an Actual.
- 
                
                    
                    textValue: string
                    
                    
                     
                    
                
                
                Maximum Length:4000This holds values for Boolean, List and Text type configured fields.
Nested Schema : ApiEntityProjectActualsCostInput
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ApiEntityProjectActualsCostInput- 
                
                    
                    projectActuals: 
                    
                    
                
                
                    projectActuals
                
                
                The supporting details for the project actuals.
- 
                
                    
                    projectActualsId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of project actual data.
Nested Schema : projectActuals
    
    	
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    The supporting details for the project actuals. 
    
    
    
    
    
    
    Match All
    
        
            The supporting details for the project actuals. 
        
    
    Show Source
    - 
                
                object 
                
                
             ApiEntityProjectActualsInput
                
            Title:ApiEntityProjectActualsInputThis entity represents a ProjectActuals object, a unique ProjectActuals object can be identified by the following combinations of the fields.- projectActualsId
- projectActualsCode,projectId
- projectActualsCode,projectCode,workspaceCode
 
Examples
                        
                        
                        
                    
                
                
                 Back to Top
                Response
Supported Media Types
                - application/json
207 Response
The object was successfully integrated.
                            
                            
                                Root Schema : List<ApiEntitySyncApiResponse>
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        List<ApiEntitySyncApiResponse>- 
            Array of: 
                object  ApiEntitySyncApiResponse
            
            Title:ApiEntitySyncApiResponse
Nested Schema : ApiEntitySyncApiResponse
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:trueThe 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: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ScopeAssignmentActualsTimePhasedDataIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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:1Maximum Length:60The user-specified unique identifier for the scope item.
- 
                
                    
                    workPackageCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:60The unique identifier for the work package.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : ScopeAssignmentInstalledTimePhasedDataIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ScopeAssignmentInstalledTimePhasedDataIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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:1Maximum Length:60The user-specified unique identifier for the scope item.
- 
                
                    
                    workPackageCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:60The unique identifier for the work package.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : ResourceWorkRateIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ReasonIdentifier- 
                
                    
                    reasonId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of a reason.
- 
                
                    
                    reasonName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        WorkManagerTaskIdentifier- 
                
                    
                    itemCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The user-specified unique identifier assigned to the task.
- 
                
                    
                    project: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the project.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ChangeRequestIdentifier- 
                
                    
                    changeRequestCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The user-specified unique identifier of the change request.
- 
                
                    
                    changeRequestId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of the change request.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ScopeItemAssignmentActivityIdentifier- 
                
                    
                    activityCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The user-specified identifier of the activity.
- 
                
                    
                    activityId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the activity.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:1Maximum Length:60The 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:1Maximum Length:60The user-specified unique identifier for the scope item.
- 
                
                    
                    workPackageCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:60The unique identifier for the work package.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : RiskScoreTypeIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        RiskScoreTypeIdentifier- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        RiskMatrixIdentifier- 
                
                    
                    matrixName: string
                    
                    
                     
                    
                
                
                Maximum Length:60The name of the risk scoring matrix.
- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProjectRiskIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramRiskIdentifier- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ActivityRiskIdentifier- 
                
                    
                    activityCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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:60The unique identifier for the risk.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : RiskMitigationIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        RiskMitigationIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The unique identifier for the risk.
- 
                
                    
                    riskMitigationCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramRiskMitigationIdentifier- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The unique identifier for the risk response action item.
- 
                
                    
                    programRiskMitigationId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a risk mitigation.
- 
                
                    
                    riskCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The unique identifier for the risk.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : ProgramRiskWeatherPeriodIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramRiskWeatherPeriodIdentifier- 
                
                    
                    periodName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The name of the period.
- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The unique identifier for the risk.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : HolidayGroupIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        HolidayGroupIdentifier- 
                
                    
                    holidayGroupName: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        RiskWeatherPeriodIdentifier- 
                
                    
                    periodName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The name of the period.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        PortfolioIdentifier- 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        PortfolioMeasureIdentifier- 
                
                    
                    measureId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of a portfolio measure.
- 
                
                    
                    measureName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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:255The name of the portfolio.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : EntityReferenceIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        EntityReferenceIdentifier- 
                
                    
                    entityReferenceId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a reference.
Nested Schema : PortfolioMeasureManualValueIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:255The name of the measure.
- 
                
                    
                    portfolioMeasureManualValueId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of a portfolio measure.
- 
                
                    
                    portfolioName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The name of the portfolio.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : CustomLogTypeObjectIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:40Allowed 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        CustomLogItemIdentifier- 
                
                    
                    customLogItemCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60A 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:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        LocationIdentifier- 
                
                    
                    locationCode: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        MeasureIdentifier- 
                
                    
                    measureId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of a measure.
- 
                
                    
                    measureName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ReportCycleIdentifier- 
                
                    
                    cycleName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        UnitsOfMeasureIdentifier- 
                
                    
                    key: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ApplicationUserGroupIdentifier- 
                
                    
                    applicationUserGroupId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of a user group.
- 
                
                    
                    groupName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255Name 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        CalendarIdentifier- 
                
                    
                    calendarCode: string
                    
                    
                     
                    
                
                
                Maximum Length:255The unique code for the calendar.
- 
                
                    
                    calendarId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the calendar.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        CostCategoryIdentifier- 
                
                    
                    abbreviation: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:10The abbreviation for the cost category name.
- 
                
                    
                    costCategoryId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a cost category.
- 
                
                    
                    costCategoryName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        CurveIdentifier- 
                
                    
                    curveId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of a curve.
- 
                
                    
                    curveName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        DocumentFolderStructureTemplateIdentifier- 
                
                    
                    documentFolderStructureTemplateId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a document folder structure template.
- 
                
                    
                    templateName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        OfficeIdentifier- 
                
                    
                    companyId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a company.
- 
                
                    
                    companyName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The name of the company.
- 
                
                    
                    countryCode: string
                    
                    
                     
                    
                
                
                Maximum Length:3The country for a location.
- 
                
                    
                    officeId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier of an office.
- 
                
                    
                    officeName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The name of the office.
- 
                
                    
                    postalCode: string
                    
                    
                     
                    
                
                
                Maximum Length:20The postal code, post code, or zip code of a location.
Nested Schema : ProjectCompanyIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProjectCompanyIdentifier- 
                
                    
                    companyId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a company.
- 
                
                    
                    companyName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The name of the company.
- 
                
                    
                    postalCode: string
                    
                    
                     
                    
                
                
                Maximum Length:20The postal code, post code, or zip code of a location.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ResourceDemandIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProjectBudgetChangeIdentifier- 
                
                    
                    budgetChangeCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProjectBudgetTransferIdentifier- 
                
                    
                    budgetTransferCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProjectBudgetItemIdentifier- 
                
                    
                    budgetItemCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramIdentifier- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        RuleOfCreditIdentifier- 
                
                    
                    rocId: integer
                    
                    
                     (int64) 
                    
                
                
                Unique identifier of the rule of credit.
- 
                
                    
                    rocName: string
                    
                    
                     
                    
                
                
                Minimum Length:1Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ResourceRoleAssignmentIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:255The name of the portfolio.
- 
                
                    
                    scenarioId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of the Budget Plan Scenario.
- 
                
                    
                    scenarioName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The name of Budget Plan Scenario.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : ScopeAssignmentPlannedTimePhasedDataIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ScopeAssignmentPlannedTimePhasedDataIdentifier- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60The 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:1Maximum Length:60The unique identifier for the work package.
- 
                
                    
                    workspaceCode: string
                    
                    
                     
                    
                
                
                The user-specified identifier of a workspace.
Nested Schema : ProgramBudgetTransferIdentifier
    
    	Type: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramBudgetTransferIdentifier- 
                
                    
                    programBudgetTransferCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The unique identifier of the program budget transfer request.
- 
                
                    
                    programBudgetTransferId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a program budget transfer.
- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramBudgetChangeIdentifier- 
                
                    
                    programBudgetChangeCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The unique identifier of the program budget change request.
- 
                
                    
                    programBudgetChangeId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a program budget change.
- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ActivityIdentifier- 
                
                    
                    activityCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The user-specified identifier of the activity.
- 
                
                    
                    activityId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the activity.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        AssignmentIdentifier- 
                
                    
                    activityCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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:60A unique identifier for the assignment.
- 
                
                    
                    assignmentId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of an assignment.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        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:60The unique identifier for an actual.
- 
                
                    
                    projectActualsId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier of a project actual.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProgramBudgetItemIdentifier- 
                
                    
                    programBudgetItemCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The unique identifier of the program budget item.
- 
                
                    
                    programBudgetItemId: integer
                    
                    
                     (int64) 
                    
                
                
                The system-generated identifier for a budget.
- 
                
                    
                    programCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        NotebookTopicsIdentifier- 
                
                    
                    notebookTopicId: integer
                    
                    
                     (int64) 
                    
                
                
                The unique identifier for the notebook topic.
- 
                
                    
                    notebookTopicName: string
                    
                    
                     
                    
                
                
                Maximum Length:255The 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: 
    	
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        ProjectCashflowIdentifier- 
                
                    
                    month: integer
                    
                    
                     (int32) 
                    
                
                
                The time period during which budget planning for the project takes place in months.
- 
                
                    
                    projectCode: string
                    
                    
                     
                    
                
                
                Maximum Length:60The 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: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList 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.