REST Status Codes
HTTP Status Code Description 200 OK The request was completed successfully A 200 status is returned for a successful GET or POST method. 201 Created The request was fulfilled and resulted in a new resource being created. The response includes a Location header which contains the canonical URI for the newly created resource.A 201 status is returned from a synchronous resource […]