POST api/ShoppingCart/SaveNote

Documentation for 'SaveNote'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "cartId": "sample string 1",
  "notes": "sample string 2",
  "GroupID": "sample string 3"
}

application/xml, text/xml

Sample:
<UpdateNoteModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <cartId>sample string 1</cartId>
  <notes>sample string 2</notes>
  <GroupID>sample string 3</GroupID>
</UpdateNoteModel>