Osclass Support Forums

Osclass plugin support => Rest API Plugin => Topic started by: MB Themes on August 29, 2021, 08:28:46 PM

Title: Common API calls for Rest API plugin
Post by: MB Themes on August 29, 2021, 08:28:46 PM
Here, you may find list of casual calls those are complicated to built.

Publish a new listing
Code: [Select]
https://plugins.abprofitrade.eu/oc-content/plugins/rest/api.php?key=test-api-key&type=insert&object=item&action=add&catId=32&contactName=John&[email protected]&price=25&countryId=US&regionId=782042&cityId=424219&title[en_US]=Hello+world+title&description[en_US]=Today%20is%20a%20beautiful%20day%20to%20create%20new%20listing%20using%20API
Title: Re: Common API calls for Rest API plugin
Post by: Farouk El Gharbaoui on September 25, 2023, 01:19:06 PM
Where can i found update listing ?
Title: Re: Common API calls for Rest API plugin
Post by: MB Themes on September 25, 2023, 06:43:40 PM
It will be very similar to publsih with 1-2 changes like editId param and type of action (might be).