Hello everybody,
today I want to write a few words about http status codes which some kind are common among developers for web api clients.
So,
For POST request following are common to return: 201 ( item was created ), 400 ( bad request ), 500 ( internal server error )
For GET: 200 ( ok ), 404 (...