ConvertProjectToBaseline Operation
Description: Converts the project specified as the original project to a baseline of the project specified as the target.
Service: Project Service
Style: Document/literal wrapped
Input:
Message: ConvertProjectToBaseline
Elements:
Field
|
Type
|
Description
|
OriginalProjectObjectId
|
int
|
The unique identifier of the original project.
|
TargetProjectObjectId
|
int
|
The unique identifier of the baseline project once it has been converted.
|
Output:
Message: ConvertProjectToBaselineResponse
Elements:
Field
|
Type
|
Description
|
BaselineProjectObjectId
|
int
|
The unique identifier of the baseline project. The BaselineProjectObjectId equals the OriginalProjectObjectId passed in as an input parameter.
|
|