Table of Contents

Class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderPatchQueryParameters

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

Updates an existing cost item

public class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderPatchQueryParameters
Inheritance
WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderPatchQueryParameters
Inherited Members

Properties

Scope

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

[Obsolete("This property is deprecated, use ScopeAsPatchScopeQueryParameterType instead")]
[QueryParameter("scope")]
public string? Scope { get; set; }

Property Value

string

ScopeAsPatchScopeQueryParameterType

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

[QueryParameter("scope")]
public PatchScopeQueryParameterType? ScopeAsPatchScopeQueryParameterType { get; set; }

Property Value

PatchScopeQueryParameterType?