Class TaxItemsRequestBuilder
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\tax-items
public class TaxItemsRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderTaxItemsRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
TaxItemsRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new TaxItemsRequestBuilder and sets the default values.
public TaxItemsRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)
Parameters
pathParameters
Dictionary<string, object>Path parameters for the request
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
TaxItemsRequestBuilder(string, IRequestAdapter)
Instantiates a new TaxItemsRequestBuilder and sets the default values.
public TaxItemsRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
Parameters
rawUrl
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Properties
this[string]
Gets an item from the Autodesk.ACC.CostManagement.v1.projects.item.taxItems.item collection
public TaxItemsItemRequestBuilder this[string position] { get; }
Parameters
position
stringThe tax item id.