There was an error while loading. Please reload this page.
Supported ReST URL Combinations of type:
GET is used to retrieve records, for e.g. the below API returns with full details for customer record ID = 2
/customer/2
PUT is used to update a record. For e.g. the below API will update the Customer having ID = 2
/customer/2/edit
POST method is used to create a new record. The below call will always be used to create a new Customer with the supplied payload.
/customer/edit
DELETE is used to delete an existing record.
The above capabilities are supported for following resources:
[User Guides](User Guides)