Class SubCostItemsRequestBuilder.SubCostItemsRequestBuilderPostQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems.Item.SubCostItems
- Assembly
- Autodesk.ACC.CostManagement.dll
Creates a SubCostItem
in a specific project.
public class SubCostItemsRequestBuilder.SubCostItemsRequestBuilderPostQueryParameters
- Inheritance
-
SubCostItemsRequestBuilder.SubCostItemsRequestBuilderPostQueryParameters
- 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; }