Class WithChangeOrderBatchCreateRequestBuilder
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.ChangeOrders.Item.BatchCreate
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\change-orders{changeOrder}:batch-create
public class WithChangeOrderBatchCreateRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderWithChangeOrderBatchCreateRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
WithChangeOrderBatchCreateRequestBuilder(Dictionary<string, object>, IRequestAdapter, string)
Instantiates a new WithChangeOrderBatchCreateRequestBuilder and sets the default values.
public WithChangeOrderBatchCreateRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter, string changeOrder = "")
Parameters
pathParameters
Dictionary<string, object>Path parameters for the request
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
changeOrder
stringThe change order type. Possible values:
pco
,rfq
,rco
,oco
,sco
.
WithChangeOrderBatchCreateRequestBuilder(string, IRequestAdapter)
Instantiates a new WithChangeOrderBatchCreateRequestBuilder and sets the default values.
public WithChangeOrderBatchCreateRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
Parameters
rawUrl
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Methods
PostAsync(List<FormInstanceCreate>, Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)
Batch create new change orders (PCOs) to initiate changes.
public Task<List<FormInstance>?> PostAsync(List<FormInstanceCreate> body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)
Parameters
body
List<FormInstanceCreate>The request body
requestConfiguration
Action<RequestConfiguration<DefaultQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
cancellationToken
CancellationTokenCancellation token to use when cancelling requests
Returns
- Task<List<FormInstance>>
A List<global::Autodesk.ACC.CostManagement.Models.FormInstance>
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(List<FormInstanceCreate>, Action<RequestConfiguration<DefaultQueryParameters>>?)
Batch create new change orders (PCOs) to initiate changes.
public RequestInformation ToPostRequestInformation(List<FormInstanceCreate> body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)
Parameters
body
List<FormInstanceCreate>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 WithChangeOrderBatchCreateRequestBuilder WithUrl(string rawUrl)
Parameters
rawUrl
stringThe raw URL to use for the request builder.