Class AccountsRequestBuilder
- Namespace
- Autodesk.ACC.CostManagement.Accounts
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \accounts
public class AccountsRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderAccountsRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
AccountsRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new AccountsRequestBuilder and sets the default values.
public AccountsRequestBuilder(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.
AccountsRequestBuilder(string, IRequestAdapter)
Instantiates a new AccountsRequestBuilder and sets the default values.
public AccountsRequestBuilder(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[Guid]
Gets an item from the Autodesk.ACC.CostManagement.accounts.item collection
public WithAccountItemRequestBuilder this[Guid position] { get; }
Parameters
position
GuidThe ID of the account. To obtain the account ID of a project ID, use
GET projects </en/docs/bim360/v1/reference/http/projects-GET/>
_.
Property Value
this[string]
Gets an item from the Autodesk.ACC.CostManagement.accounts.item collection
[Obsolete("This indexer is deprecated and will be removed in the next major version. Use the one with the typed parameter instead.")]
public WithAccountItemRequestBuilder this[string position] { get; }
Parameters
position
stringThe ID of the account. To obtain the account ID of a project ID, use
GET projects </en/docs/bim360/v1/reference/http/projects-GET/>
_.