Table of Contents

Class BillingPeriodsBatchUpdateRequestBuilder.BillingPeriodsBatchUpdateRequestBuilderPostQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.BillingPeriodsBatchUpdate
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

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 AssociationTypeAsPostAssociationTypeQueryParameterType instead")]
[QueryParameter("associationType")]
public string? AssociationType { get; set; }

Property Value

string

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; }

Property Value

PostAssociationTypeQueryParameterType?