Class WithSubCostItemsItemRequestBuilder.WithSubCostItemsItemRequestBuilderPatchQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems.Item.SubCostItems.Item
- Assembly
- Autodesk.ACC.CostManagement.dll
Patch update a SubCostItems
in a given contract
public class WithSubCostItemsItemRequestBuilder.WithSubCostItemsItemRequestBuilderPatchQueryParameters
- Inheritance
-
WithSubCostItemsItemRequestBuilder.WithSubCostItemsItemRequestBuilderPatchQueryParameters
- 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; }