Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Request

mattkol edited this page Dec 17, 2016 · 10 revisions

SugarRestSharp request - SugarRestRequest class has the following properties:

Property SugarCRM mapping Comment
Url REST API Url e.g - http://191.101.224.189/sugar/service/v4_1/rest.php
Username REST API Username
Password REST API Password
ModuleName Module name e.g - "Acccounts", "Leads", "Cases"
Password REST API Password
[RequestType](Request Types) REST API method The request type used maps to appropriate SugarCRM methods
Parameter Request parameter Parameter is based on request types.
[Options](Request Options) query, select_fields, link_name_to_fields_array, offset, max_results
ValidationMessage Request validation message, if request is not valid.