Table of Contents

Class ScheduleOfValuesSyncRequestBuilder

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.ScheduleOfValues.Sync
Assembly
Autodesk.ACC.CostManagement.dll

Builds and executes requests for operations under \v1\projects{projectId}\schedule-of-values:sync

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

Constructors

ScheduleOfValuesSyncRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ScheduleOfValuesSyncRequestBuilder and sets the default values.

public ScheduleOfValuesSyncRequestBuilder(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.

ScheduleOfValuesSyncRequestBuilder(string, IRequestAdapter)

Instantiates a new ScheduleOfValuesSyncRequestBuilder and sets the default values.

public ScheduleOfValuesSyncRequestBuilder(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(ScheduleOfValuesSyncPostRequestBody, Action<RequestConfiguration<ScheduleOfValuesSyncRequestBuilderPostQueryParameters>>?, CancellationToken)

Returns all the SOVs in a specific project.

public Task<SOVSync?> PostAsync(ScheduleOfValuesSyncPostRequestBody body, Action<RequestConfiguration<ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)

Parameters

body ScheduleOfValuesSyncPostRequestBody

The request body

requestConfiguration Action<RequestConfiguration<ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters>>

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

cancellationToken CancellationToken

Cancellation token to use when cancelling requests

Returns

Task<SOVSync>

A SOVSync

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(ScheduleOfValuesSyncPostRequestBody, Action<RequestConfiguration<ScheduleOfValuesSyncRequestBuilderPostQueryParameters>>?)

Returns all the SOVs in a specific project.

public RequestInformation ToPostRequestInformation(ScheduleOfValuesSyncPostRequestBody body, Action<RequestConfiguration<ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters>>? requestConfiguration = null)

Parameters

body ScheduleOfValuesSyncPostRequestBody

The request body

requestConfiguration Action<RequestConfiguration<ScheduleOfValuesSyncRequestBuilder.ScheduleOfValuesSyncRequestBuilderPostQueryParameters>>

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 ScheduleOfValuesSyncRequestBuilder WithUrl(string rawUrl)

Parameters

rawUrl string

The raw URL to use for the request builder.

Returns

ScheduleOfValuesSyncRequestBuilder

A ScheduleOfValuesSyncRequestBuilder