Class CostItemsRequestBuilder.CostItemsRequestBuilderPostQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Create a new cost item in a specific project.
public class CostItemsRequestBuilder.CostItemsRequestBuilderPostQueryParameters
- Inheritance
-
CostItemsRequestBuilder.CostItemsRequestBuilderPostQueryParameters
- Inherited Members
Properties
Scope
The scope of the cost item, usually by change order type.
[Obsolete("This property is deprecated, use ScopeAsPostScopeQueryParameterType instead")]
[QueryParameter("scope")]
public string? Scope { get; set; }
Property Value
ScopeAsPostScopeQueryParameterType
The scope of the cost item, usually by change order type.
[QueryParameter("scope")]
public PostScopeQueryParameterType? ScopeAsPostScopeQueryParameterType { get; set; }