-
Notifications
You must be signed in to change notification settings - Fork 0
Integration Service
nuriefeoglu edited this page Apr 1, 2021
·
12 revisions
If request body is a json object, this object is convert to the content type.
Example Request:
{
"authType": "none",
"url": "",
"contentType" : "application/x-www-form-urlencoded",
"headers":{
"Content-Type": "application/x-www-form-urlencoded"
},
"body": {
}
}
Example Request 2:
{
"authType": "none",
"url": "",
"headers":{
"Content-Type": "application/x-www-form-urlencoded"
},
"body": {
}
}
{
"url": "",
"queryString": ""
}