Someone can help and provide the hints or syntax to me for the API of v4_1 pattern.
I’m newly in API area in suiteCRM. My boss want to through the API to collect the data from other colleagues. I try to use the suiteCRM v4_1 to establish the connection and success for authentication process via Postman.
But I’m no idea the pattern how to feed the data from API to LEAD module
I tried the below syntax but not works.
http://xxx.xxx.xxx.xxx/xxx_app/service/v4_1/rest.php?method=login&input_type=JSON&response_type=JSON&rest_data={“user_auth”:{“user_name”:“xxxxxxxx”,“password”:“xxxxxx”},“appliation”:“suite”,{"data": {“type”: “Leads”,“attributes”: {“name”: “ABCDE FGH”}}}}
OR
http://xxx.xxx.xxx.xxx/xxx_app/service/v4_1/lead?{“data”: {“type”: “Leads”,“attributes”: {“name”: “ABCDE FGH”}}}
Both return the error 404, The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
OS: Windows 10 Pro
WebServices : XAMPP
Network: Intranet