Section 3.12.1. URL
Section 3.12.2. RequestMethod
(259 / 1670)
Section 3.12.3. RequestContentType
3.12.2. RequestMethod
This string parameter defines the HTTP method to use. One of
GET
,
DELETE
,
POST
,
PUT
or
PATCH
. Defaults to
GET
.
# The service we use requires POST RequestMethod POST