Class WithSubCostItemsItemRequestBuilder.WithSubCostItemsItemRequestBuilderDeleteQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems.Item.SubCostItems.Item
- Assembly
- Autodesk.ACC.CostManagement.dll
Deletes a SubCostItems
in a given contract
public class WithSubCostItemsItemRequestBuilder.WithSubCostItemsItemRequestBuilderDeleteQueryParameters
- Inheritance
-
WithSubCostItemsItemRequestBuilder.WithSubCostItemsItemRequestBuilderDeleteQueryParameters
- Inherited Members
Properties
Scope
The scope of the cost item, usually by change order type.
[Obsolete("This property is deprecated, use ScopeAsDeleteScopeQueryParameterType instead")]
[QueryParameter("scope")]
public string? Scope { get; set; }
Property Value
ScopeAsDeleteScopeQueryParameterType
The scope of the cost item, usually by change order type.
[QueryParameter("scope")]
public DeleteScopeQueryParameterType? ScopeAsDeleteScopeQueryParameterType { get; set; }