Class WithCostItemItemRequestBuilder.WithCostItemItemRequestBuilderPatchQueryParameters
- 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
ScopeAsPatchScopeQueryParameterType
The scope of the cost item, usually by change order type.
[QueryParameter("scope")]
public PatchScopeQueryParameterType? ScopeAsPatchScopeQueryParameterType { get; set; }