Skip to main content
Nintex Community Menu Bar

Call a Webservice - Format Request content

  • August 15, 2019
  • 1 reply
  • 13 views

DAGiessenburg
Forum|alt.badge.img+4

What is the correct format to use in the Call a Webservice: Request content. This content is a valid json format, but request goes wrong. And gives the message: The request body must contain the following parameter: 'grant_type'.

3937iA3BA980D4CF86D7A.png

1 reply

DAGiessenburg
Forum|alt.badge.img+4
Was using the wrong format:

Request headers:
Content-Type: application/x-www-form-urlencoded

Request content:
grant_type=client_credentials&client_id=[id]&client_secret=[secret]&resource=[resource]