Table of Contents

Class WithCompanyItemRequestBuilder.WithCompanyItemRequestBuilderGetQueryParameters

Namespace
Autodesk.ACC.AccountAdmin.Accounts.Item.Companies.Item
Assembly
Autodesk.ACC.AccountAdmin.dll

Private Use - Returns a company by company id.

public class WithCompanyItemRequestBuilder.WithCompanyItemRequestBuilderGetQueryParameters
Inheritance
WithCompanyItemRequestBuilder.WithCompanyItemRequestBuilderGetQueryParameters
Inherited Members

Properties

Fields

List of fields to return in the response. Defaults to all fields. Valid list of fields are accountId, name, trade, addresses, websiteUrl, description, erpId, taxId, imageUrl, status, createdAt, updatedAt, projectSize, userSize and originalName.

[Obsolete("This property is deprecated, use FieldsAsGetFieldsQueryParameterType instead")]
[QueryParameter("fields")]
public string[]? Fields { get; set; }

Property Value

string[]

FieldsAsGetFieldsQueryParameterType

List of fields to return in the response. Defaults to all fields. Valid list of fields are accountId, name, trade, addresses, websiteUrl, description, erpId, taxId, imageUrl, status, createdAt, updatedAt, projectSize, userSize and originalName.

[QueryParameter("fields")]
public GetFieldsQueryParameterType[]? FieldsAsGetFieldsQueryParameterType { get; set; }

Property Value

GetFieldsQueryParameterType[]