Table of Contents

Class CostItemsRequestBuilder.CostItemsRequestBuilderPostQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.CostItems
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

string

ScopeAsPostScopeQueryParameterType

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

[QueryParameter("scope")]
public PostScopeQueryParameterType? ScopeAsPostScopeQueryParameterType { get; set; }

Property Value

PostScopeQueryParameterType?