SuiteCRM Call SuiteCRM services from Postman

Call SuiteCRM services from Postman

Follow below guideline to call SuiteCRM or SugarCRM services from postman.

  1. Enter endpoint url. If there is any customization in service then url would be www.xyz.com/custom/service/v4_1_custom/rest.php else endpoint url would be www.xyz.com/service/v4_1/rest.php. In case of SugarCRM version will be different.
  2. Request will be of POST type.
  3. Go to Body tab and select option ‘application/x-www-form-urlencoded’.
  4. Add values in key ‘Method’, ‘input_type’, ‘response_type’ and ‘rest_data’.
  5. Click ‘Send’ button to get the response

Leave a Reply

Your email address will not be published. Required fields are marked *