Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 14.0.
Sends a PATCH request to the specified URI as an asynchronous operation.
Syntax
[Ok := ] HttpClient.Patch(Path: Text, Content: HttpContent, var Response: HttpResponseMessage)
Parameters
HttpClient
Type: HttpClient
An instance of the HttpClient data type.
Path
Type: Text
The path the request is sent to.
Content
Type: HttpContent
The HTTP request content sent to the server.
Response
Type: HttpResponseMessage
The response received from the remote endpoint.
Return Value
[Optional] Ok
Type: Boolean
Accessing the HttpContent property of HttpResponseMessage in a case when the request fails will result in an error. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.
Related information
HttpClient data type
Getting started with AL
Developing extensions