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": "d4f43621-16ab-4854-bf93-22aa19e9f937",
  "ShoppingCartItemID": "08c2097c-4858-482c-a962-38b273898294",
  "PersonID": "48a24966-a341-4cfb-8f73-fd75f0dad3ad",
  "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": "93e407b7-dc66-45a2-b60a-e3adef49e125",
  "ShoppingCartItemID": "fd20a16e-0a92-412d-b150-b278d2569507",
  "PersonID": "aba92f66-a5f9-4838-90da-a2b2d8f5ee2b",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}