WebMethod.Type

WebMethod.Type specifies an HTTP method.

Enumeration Options

Enumerations simplify the process of selecting options within a function. To specify the WebMethod.Type, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).

ArgumentValueDescription
WebMethod.Delete“DELETE”Specifies the DELETE method for HTTP.
WebMethod.Get“GET”Specifies the GET method for HTTP.
WebMethod.Head“HEAD”Specifies the HEAD method for HTTP.
WebMethod.Patch“PATCH”Specifies the PATCH method for HTTP.
WebMethod.Post“POST”Specifies the POST method for HTTP.
WebMethod.Put“PUT”Specifies the PUT method for HTTP.

Applies to

Here’s a list of functions that work with WebMethod.Type:

BI Gorilla Youtube Channel

Last update: August 17, 2023 | Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/powerquery-m/webmethod-type
© 2023 BI Gorilla. All rights reserved. Content derived from Microsoft documentation is property of Microsoft Corp.