Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added deletion of a basket.

...

Actions

URLVerbInformation
/basketPOSTCreates a new basket
/basketsGET

Returns a list of all existing baskets for the currently logged in user

/basket/{Guid}POSTCreates a new basketGETReturns the details of a basket identified by Guid
/basket/{Guid}DELETEDeletes the basket identified by Guid

Attributes

The following attributes are for creating or updating a basket. (Currently nothing is required to create a basket)

...