Creating an Atom Entry
Once a client retrieves the service.post URI for the weblog or collection it wishes to create the entry within, the client can post an Atom <entry> element representing the entry to be created via an authenticated HTTP POST operation to the service.edit URI.
If the operation is successful, the Atom server will return an HTTP status code of 201, indicating the the entry was created.
Finding the service.post URI for a Collection
The following demonstrates where in an Atom feed document one can find the URI that a client can use to create Atom entries within that collection or weblog. The following is an excerpt from an Atom feed document:
Notice the element:
The href attribute points to the URI that new Atom entries can be posted to.
