Class DocumentsRequestBuilder.DocumentsRequestBuilderGetQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets generated documents.
public class DocumentsRequestBuilder.DocumentsRequestBuilderGetQueryParameters
- Inheritance
-
DocumentsRequestBuilder.DocumentsRequestBuilderGetQueryParameters
- Inherited Members
Properties
AssociationId
The object ID of the item is associated to. For example, ID of the budget, contract or cost item. Use comma separated string for multiple IDs.
[QueryParameter("associationId")]
public string[]? AssociationId { get; set; }
Property Value
- string[]
AssociationType
The type of the item is associated to. Possible values Budget
, Contract
, CostItem
, FormInstance
, Payment
, BudgetPayment
, Expense
, OCO
, SCO
.
[Obsolete("This property is deprecated, use AssociationTypeAsGetAssociationTypeQueryParameterType instead")]
[QueryParameter("associationType")]
public string? AssociationType { get; set; }
Property Value
AssociationTypeAsGetAssociationTypeQueryParameterType
The type of the item is associated to. Possible values Budget
, Contract
, CostItem
, FormInstance
, Payment
, BudgetPayment
, Expense
, OCO
, SCO
.
[QueryParameter("associationType")]
public GetAssociationTypeQueryParameterType? AssociationTypeAsGetAssociationTypeQueryParameterType { get; set; }
Property Value
Filterlatest
Filter to get only the latest version of a document if it has been generated multiple times. For example, filter[latest]=true. This is deprecated as we'll always response the latest document.
[QueryParameter("filter%5Blatest%5D")]
public bool? Filterlatest { get; set; }
Property Value
- bool?
Filtersigned
Filter to get only documents that have been signed. For example, filter[signed]=true. This is deprecated.
[QueryParameter("filter%5Bsigned%5D")]
public bool? Filtersigned { get; set; }
Property Value
- bool?