


This signifies a successful request and the request we have sent has been accepted by the server.Īlso, information on the time consumed to complete the request (347 ms) and payload size (1.61 KB) are populated.
#THE POSTMAN CODE#
Once a request has been sent, we can see the response code 201 Created populated in the Response. To pass the data in the correct JSON format, we can use the Jsonformatter available in the below link − The above data that is being sent via POST method is only applicable to the endpoint. Step 6 − Copy and paste the below information in the Postman Body tab. Step 5 − Then, choose JSON from the Text dropdown. Step 4 − Move to the Body tab below the address bar and select the option raw. Also, we shall select the option POST from the HTTP request dropdown. Step 3 − The Request name (Test1) gets reflected on the Request tab. The film also features Will Patton, Larenz Tate, Olivia Williams, James Russo, and Tom Petty. The screenplay was written by Eric Roth and Brian Helgeland, based on David Brin 's 1985 book of the same name. Enter the Request name then click on Save. The Postman is a 1997 American post-apocalyptic action adventure film produced and directed by Kevin Costner, who plays the lead role. Step 1 − Click on the New menu from the Postman application. Create a POST Requestįollow the steps given below to create a POST request successfully in Postman − Thus, a POST request is always accompanied with a body in a proper format. Once we send some the request body via POST method, the API in turn yields certain information to us in Response. It is commonly used for passing delicate information. This is a method used to add information within the request body in the server. Postman POST request allows appending data to the endpoint.
