Hi Jaymer,
I used the CRM-with_REST.bsv (in my AIM called "CRMRest").
I added in BO "REST_custs" the property : communication = REST
Name : custs
Base URL : http://<IP server>/AwareIM/REST/CRMRest
HTTP Verb : GET
Request body : application/json
Use this string : name
In PostMan :
http://<IP server>/AwareIM/REST/CRMRest/custs?name=All
Authorization :
Username : admin
Password : password
But there is no response yet.
Any idea ?