In rest, we have different ways( like query parameters,path parameters and body) to send data to service from client.
Do we use all these ways for each of Http methods(like GET,PUT,POST,DELETE)? or
Are there any restrictions like GET/PUT,etc should use only some ways to send data?
If Yes, please let me know combinations to use for each Http method.