Class BillingPeriodsRequestBuilder.BillingPeriodsRequestBuilderGetQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.BillingPeriods
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets billing period
public class BillingPeriodsRequestBuilder.BillingPeriodsRequestBuilderGetQueryParameters
- Inheritance
-
BillingPeriodsRequestBuilder.BillingPeriodsRequestBuilderGetQueryParameters
- Inherited Members
Properties
AssociationId
The object ID of the item is associated to. For example the ID of the budget, contract or cost item.
[QueryParameter("associationId")]
public string? AssociationId { get; set; }
Property Value
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; }