Table of Contents

Class ChangeOrderItemRequestBuilder.ChangeOrderItemRequestBuilderGetQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.ChangeOrders.Item.Item
Assembly
Autodesk.ACC.CostManagement.dll

Gets the details of a change order specified by ID.

public class ChangeOrderItemRequestBuilder.ChangeOrderItemRequestBuilderGetQueryParameters
Inheritance
ChangeOrderItemRequestBuilder.ChangeOrderItemRequestBuilderGetQueryParameters
Inherited Members

Properties

Include

Include nested resources in the response. For example, include=costItems will return the related cost items with the change order. include=attributes will return custom attributes which represents the "properties" in the response. Possible values: costItems, costItems[changeOrders], attributes.

[QueryParameter("include")]
public string[]? Include { get; set; }

Property Value

string[]

SpreadFixedPriceMarkups

Used to distinguish whether to spread markups into cost items.

[QueryParameter("spreadFixedPriceMarkups")]
public bool? SpreadFixedPriceMarkups { get; set; }

Property Value

bool?