restfull api methods
REST API Methods
Method		=	Description
GET			=	Retrieve information about the REST API resource
POST		=	Create a REST API resource
PUT			=	Update a REST API resource
DELETE		=	Delete a REST API resource or related componentrestfull api methods
REST API Methods
Method		=	Description
GET			=	Retrieve information about the REST API resource
POST		=	Create a REST API resource
PUT			=	Update a REST API resource
DELETE		=	Delete a REST API resource or related componenttypes of method in api
GET	is used for reading and retrieving data.
POST	is used for inserting data.
PUT	is used for updating data.
DELETE	is used for deleting data.
The primary or most-commonly-used HTTP verbs (or methods, as they are properly called) are POST, GET, PUT, PATCH, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations, respectively.Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
