POST api/ShoppingCartPerson

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
session_shoppingcartperson
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartPersonID": "86fe535c-65ed-4c1f-9854-69e069f54cc6",
  "ShoppingCartItemID": "ccfd87f4-ba07-4b16-8cca-f58603c527d4",
  "PersonID": "0c21ce18-847b-4fba-b827-1dee098b2dd8",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartPersonID": "63f7a12d-fb9c-49b8-b342-66d406913dff",
  "ShoppingCartItemID": "c978724c-0cff-4457-9e77-12554a4205a6",
  "PersonID": "3f79376a-72b8-4194-932e-f1ac248548b2",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}