Sample REST Models for each services

I am exploring whether we can create customer, leads, opportunity, order with products and it’s shipping addresses, invoices through REST calls.

Is there any sample message body available in documentation?
Is there any swagger definition available where we can learn about each model entity and about model?
Is there any sequence of activities and it’s dependencies specified in documentation?

If anyone already have explored all REST APIs then please share summary of exploration.

models are common they serve single end point like customer means partner or lead or sale order etc

you should write own method and send json object and create whatever you want

use services rather writing own methods

1 « J'aime »