HiPlease let me know practical use case differences between POST method and GET method with specific example.I know that in GET method we can use parameters but not in POST method, but not sure exactly in what scenarrio we need to use.Thankspooja
Hi Pooja,In both POST and GET you can use parameters in URL.The one major and simple difference I will say is the payload (Data/records etc as JSON) which can be passed as a response body in POST where as in GET it is not allowed