Integration Service - rettersoft/rbs-docs GitHub Wiki
RBS Integration Service
Actions:
rbs.integration.request.POST
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": {
}
}
rbs.integration.request.GET
{
"url": "",
"queryString": ""
}