PUT is meant as a a method for “uploading” stuff to a particular URI, or overwriting what is already in that URI. POST, on the other hand, is a way of submitting data RELATED to a given URI. As far as i know, PUT is mostly used for update the records. PUT – To update the created document or any other resource