Programmatically pushing in new records

Hi,
I want to be able to push in a new record, update a record and delete a record in certain cases where a record in another system is updated.

Is there an API for this and, if so, how would I do this? Does anyone have a sample, example, or guidance.

Thanks in advance!
Mike

Hi there,

Basically there are two of them, SOAP and REST.

Check this article out. Written by sugarcrm. This should be able to get you started.
http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_6.5/Application_Framework/Web_Services/REST/

Cheers,
Shaun

1 Like

Or, if you want to run the program in simple PHP on the same server where SuiteCRM is running, you have the basic Sugar Bean objects. That’s what I use for my bulk import script.

You can set things up as an entrypoint in your SuiteCRM so that your other system can invoke it from an URL.

Your best available reference for all this would be Jim Mackin’s eBook “SuiteCRM for Developers”, available for purchase online.

1 Like