Class ComplianceRequirementsRequestBuilder.ComplianceRequirementsRequestBuilderGetQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets the compliance requirements by the association.
public class ComplianceRequirementsRequestBuilder.ComplianceRequirementsRequestBuilderGetQueryParameters
- Inheritance
-
ComplianceRequirementsRequestBuilder.ComplianceRequirementsRequestBuilderGetQueryParameters
- 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; }