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

Query Options 1

mattkol edited this page Dec 18, 2016 · 7 revisions

Basic Usage

This sample usage shows how to create a "Bugs" module entity data. For more request options make changes to the [request options](Request Options).

This implements the set_entry SugarCRM REST API method.

Response (Data)

string createdBugId = (string)response.Data;

Response (JData)

string createdBugId = (string)response.Data;

Response (JsonRawRequest)

string createdBugId = (string)response.Data;

Response (JsonRawResponse)

string createdBugId = (string)response.Data;
Clone this wiki locally