Class SubCostItemsCopyRequestBuilder.SubCostItemsCopyRequestBuilderPostQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems.Item.SubCostItemsCopy
- Assembly
- Autodesk.ACC.CostManagement.dll
Copy SubCostItems
by 'type'
public class SubCostItemsCopyRequestBuilder.SubCostItemsCopyRequestBuilderPostQueryParameters
- Inheritance
-
SubCostItemsCopyRequestBuilder.SubCostItemsCopyRequestBuilderPostQueryParameters
- Inherited Members
Properties
Scope
The scope of the cost item, usually by change order type.
[Obsolete("This property is deprecated, use ScopeAsPostScopeQueryParameterType instead")]
[QueryParameter("scope")]
public string? Scope { get; set; }
Property Value
ScopeAsPostScopeQueryParameterType
The scope of the cost item, usually by change order type.
[QueryParameter("scope")]
public PostScopeQueryParameterType? ScopeAsPostScopeQueryParameterType { get; set; }