Table of Contents

Class PaymentsBatchCreateRequestBuilder

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.PaymentsBatchCreate
Assembly
Autodesk.ACC.CostManagement.dll

Builds and executes requests for operations under \v1\projects{projectId}\payments:batch-create

public class PaymentsBatchCreateRequestBuilder : BaseRequestBuilder
Inheritance
BaseRequestBuilder
PaymentsBatchCreateRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

PaymentsBatchCreateRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new PaymentsBatchCreateRequestBuilder and sets the default values.

public PaymentsBatchCreateRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)

Parameters

pathParameters Dictionary<string, object>

Path parameters for the request

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

PaymentsBatchCreateRequestBuilder(string, IRequestAdapter)

Instantiates a new PaymentsBatchCreateRequestBuilder and sets the default values.

public PaymentsBatchCreateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)

Parameters

rawUrl string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Methods

PostAsync(PaymentsBatchCreatePostRequestBody, Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)

Batch create payment

public Task<List<Payment>?> PostAsync(PaymentsBatchCreatePostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)

Parameters

body PaymentsBatchCreatePostRequestBody

The request body

requestConfiguration Action<RequestConfiguration<DefaultQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

cancellationToken CancellationToken

Cancellation token to use when cancelling requests

Returns

Task<List<Payment>>

A List<global::Autodesk.ACC.CostManagement.Models.Payment>

Exceptions

DefinedError

When receiving a 400 status code

Error

When receiving a 401 status code

Error

When receiving a 403 status code

Error

When receiving a 404 status code

Error

When receiving a 500 status code

Error

When receiving a 503 status code

ToPostRequestInformation(PaymentsBatchCreatePostRequestBody, Action<RequestConfiguration<DefaultQueryParameters>>?)

Batch create payment

public RequestInformation ToPostRequestInformation(PaymentsBatchCreatePostRequestBody body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)

Parameters

body PaymentsBatchCreatePostRequestBody

The request body

requestConfiguration Action<RequestConfiguration<DefaultQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

Returns

RequestInformation

A Microsoft.Kiota.Abstractions.RequestInformation

WithUrl(string)

Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

public PaymentsBatchCreateRequestBuilder WithUrl(string rawUrl)

Parameters

rawUrl string

The raw URL to use for the request builder.

Returns

PaymentsBatchCreateRequestBuilder

A PaymentsBatchCreateRequestBuilder