Table of Contents

Class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderDeleteQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems.Item
Assembly
Autodesk.ACC.CostManagement.dll

Deletes an existing cost item.

public class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderDeleteQueryParameters
Inheritance
WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderDeleteQueryParameters
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

string

ScopeAsDeleteScopeQueryParameterType

The scope of the cost item, usually by change order type.

[QueryParameter("scope")]
public DeleteScopeQueryParameterType? ScopeAsDeleteScopeQueryParameterType { get; set; }

Property Value

DeleteScopeQueryParameterType?