0

I have a Login form with three fields. I want to post the data into a specific module of sugar through API. Where do I write that API? I set the entry point and the call but don't know how to hit that API.

DaveyDaveDave
  • 9,821
  • 11
  • 64
  • 77
anila
  • 119
  • 2
  • 3
  • 8

1 Answers1

0

Custom API methods should be written in the following file:

custom/service/v4_1_custom/SugarWebServiceImplv4_1_custom.php

This is described in the old but relevant sugarcrm docs and then should be available like any other suite API call.

johnmccuk
  • 155
  • 1
  • 9