Table of Contents

Class SummaryRequestBuilder.SummaryRequestBuilderGetQueryParameters

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.Payments.Summary
Assembly
Autodesk.ACC.CostManagement.dll

Gets paid values.

public class SummaryRequestBuilder.SummaryRequestBuilderGetQueryParameters
Inheritance
SummaryRequestBuilder.SummaryRequestBuilderGetQueryParameters
Inherited Members

Properties

FilterassociationId

The contract or main contract ID of the payment is associated to. Separate multiple IDs with commas. For example, filter[associationId]=id1,id2.

[QueryParameter("filter%5BassociationId%5D")]
public string[]? FilterassociationId { get; set; }

Property Value

string[]

FilterassociationType

The type of item the the payment is associated to. Possible values: Contract for cost payments and MainContract for budget payments. For example, filter[associationType]=Contract.

[Obsolete("This property is deprecated, use FilterassociationTypeAsGetFilterAssociationTypeQueryParameterType instead")]
[QueryParameter("filter%5BassociationType%5D")]
public string? FilterassociationType { get; set; }

Property Value

string

FilterassociationTypeAsGetFilterAssociationTypeQueryParameterType

The type of item the the payment is associated to. Possible values: Contract for cost payments and MainContract for budget payments. For example, filter[associationType]=Contract.

[QueryParameter("filter%5BassociationType%5D")]
public GetFilterAssociationTypeQueryParameterType? FilterassociationTypeAsGetFilterAssociationTypeQueryParameterType { get; set; }

Property Value

GetFilterAssociationTypeQueryParameterType?

FilterpaymentItemAssociationId

The ID of the object is associated to payment item. For example, the ID of a schedule of value, main contract item, form instance, or cost item. Separate multiple IDs with commas. For example, filter[paymentItemAssociationId]=id1,id2.

[QueryParameter("filter%5BpaymentItemAssociationId%5D")]
public string[]? FilterpaymentItemAssociationId { get; set; }

Property Value

string[]

FilterpaymentItemAssociationType

The type of the item associated to payment item. Possible values MainContractItem, SOV, OCO, SCO, CostItem, MaterialsOnSite. For example, filter[paymentItemAssociationType]=MainContractItem.

[Obsolete("This property is deprecated, use FilterpaymentItemAssociationTypeAsGetFilterPaymentItemAssociationTypeQueryParameterType instead")]
[QueryParameter("filter%5BpaymentItemAssociationType%5D")]
public string[]? FilterpaymentItemAssociationType { get; set; }

Property Value

string[]

FilterpaymentItemAssociationTypeAsGetFilterPaymentItemAssociationTypeQueryParameterType

The type of the item associated to payment item. Possible values MainContractItem, SOV, OCO, SCO, CostItem, MaterialsOnSite. For example, filter[paymentItemAssociationType]=MainContractItem.

[QueryParameter("filter%5BpaymentItemAssociationType%5D")]
public GetFilterPaymentItemAssociationTypeQueryParameterType[]? FilterpaymentItemAssociationTypeAsGetFilterPaymentItemAssociationTypeQueryParameterType { get; set; }

Property Value

GetFilterPaymentItemAssociationTypeQueryParameterType[]

Filterstatus

The status code. Separate multiple IDs with commas. For example, filter[status]=draft,open.

[QueryParameter("filter%5Bstatus%5D")]
public string[]? Filterstatus { get; set; }

Property Value

string[]