Class PaymentReferencesRequestBuilder.PaymentReferencesRequestBuilderGetQueryParameters
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.PaymentReferences
- Assembly
- Autodesk.ACC.CostManagement.dll
Gets all the payment references in a project filtering by associated payment or expense.
public class PaymentReferencesRequestBuilder.PaymentReferencesRequestBuilderGetQueryParameters
- Inheritance
-
PaymentReferencesRequestBuilder.PaymentReferencesRequestBuilderGetQueryParameters
- 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
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; }