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

Welcome to SugarRestSharp wiki!

mattkol edited this page Dec 17, 2016 · 2 revisions

SugarRestSharp uses t4 template to generate C# SugarCRM model classes and uses those classes to run SugarCRM REST API requests via RestSharp.

The model generator is implemented in the SugarCrm.PocoGen project. Sample project of how the models used SugarRestSharp is in SugarCrm.PocoGen.Console project. For more info on how to use the SugarCrm.PocoGen.Console application see WPF Lite Poco Generator.

The C# module classes generated can be found at SugarRestSharp project at SugarCrmModels folder.

  • Request
  • [Request Types](Request Types)
  • Response
  • Options
  • [Read Module By Id](Read Module By Id)
  • [Read Module Collection By Page](Read Module Collection By Page)
  • [Read Module Collection](Read Module Collection)
  • [Create Module](Create Module)
  • [Create Module Collection](Create Module Collection)
  • [Update Module](Update Module)
  • [Update Module Collection](Update Module Collection)
  • [Delete Module](Delete Module)
  • [Linked Modules](Linked Modules)
  • [Query Options](Query Options)