Basic Create, Update, Fetch and Delete operations using Odata in Dynamics CRM
1. Create: New records, or entries, are created by executing an HTTP POST request against the URI of the collection where the entry is to be created. The POST request includes the new entry in its body using either ATOM or JSON formats.