Class BillingPeriodsBatchUpdateRequestBuilder.BillingPeriodsBatchUpdateRequestBuilderPostQueryParameters
- Assembly
- Autodesk.ACC.CostManagement.dll
Creates or update or delete billing period
public class BillingPeriodsBatchUpdateRequestBuilder.BillingPeriodsBatchUpdateRequestBuilderPostQueryParameters
- Inheritance
-
BillingPeriodsBatchUpdateRequestBuilder.BillingPeriodsBatchUpdateRequestBuilderPostQueryParameters
- 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 AssociationTypeAsPostAssociationTypeQueryParameterType instead")]
[QueryParameter("associationType")]
public string? AssociationType { get; set; }
Property Value
AssociationTypeAsPostAssociationTypeQueryParameterType
The type of the item is associated to. Possible values Budget
, Contract
, CostItem
, FormInstance
, Payment
, BudgetPayment
, Expense
, OCO
, SCO
.
[QueryParameter("associationType")]
public PostAssociationTypeQueryParameterType? AssociationTypeAsPostAssociationTypeQueryParameterType { get; set; }