DynamicsAXClient.PatchItemAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a record
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DynamicsAX.Models.PatchItemResponse> PatchItemAsync(string instance, string entityName, string objectId, Azure.Connectors.Sdk.DynamicsAX.Models.PatchItemInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member PatchItemAsync : string * string * string * Azure.Connectors.Sdk.DynamicsAX.Models.PatchItemInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DynamicsAX.Models.PatchItemResponse>
override this.PatchItemAsync : string * string * string * Azure.Connectors.Sdk.DynamicsAX.Models.PatchItemInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DynamicsAX.Models.PatchItemResponse>
Public Overridable Function PatchItemAsync (instance As String, entityName As String, objectId As String, input As PatchItemInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PatchItemResponse)
Parameters
- instance
- String
Instance
- entityName
- String
Entity name
- objectId
- String
Object id
- input
- PatchItemInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Update a record response.
Remarks
Updates a single record in an entity