Class WorkflowsRequestBuilder.WorkflowsRequestBuilderGetQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
List the current workflow that can execute on the specified item according to the item’s current state.
public class WorkflowsRequestBuilder.WorkflowsRequestBuilderGetQueryParameters
- Inheritance
-
WorkflowsRequestBuilder.WorkflowsRequestBuilderGetQueryParameters
- 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 Contract
, Payment
, BudgetPayment
, CostPayment
, Expense
, PCO
, OCO
, SCO
, RFQ
,RCO
.
[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 Contract
, Payment
, BudgetPayment
, CostPayment
, Expense
, PCO
, OCO
, SCO
, RFQ
,RCO
.
[QueryParameter("associationType")]
public GetAssociationTypeQueryParameterType? AssociationTypeAsGetAssociationTypeQueryParameterType { get; set; }