Post:
- Create new resources where server assigns Id.
- update a set of resources
- Will have an effect if same data issued multiple times.
Put:
- Create a new object where the client takes the lead and assigns the Id
- Update a resource using an id.
- Will NOT have an effect if same data issued multiple times.