@central-credit/engine
Version:
Engine to handle the Serasa requests
22 lines (21 loc) • 494 B
JSON
{
"name": "Serasa",
"connector": "rest",
"options": {
"headers": {
"content-type": "application/x-www-form-urlencoded"
}
},
"operations": [
{
"template": {
"method": "POST",
"url": "https://mqlinuxext.serasa.com.br/Homologa/consultahttps",
"body": "{param:string}"
},
"functions": {
"getReport": ["param"]
}
}
]
}