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": "26d7a4fe-88c1-4917-89f2-17d19a76432c",
  "ShoppingCartItemID": "5b0cae80-8d48-4665-8a36-dae6e8a87a0c",
  "PersonID": "612ec0e2-5838-473b-b9e4-275f89917c95",
  "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": "87663858-8b84-401a-9c28-80239b7ae4b6",
  "ShoppingCartItemID": "5a39424f-0f96-405c-8a23-eaa9cb0927b4",
  "PersonID": "0e5c087e-d349-4278-901c-d43ff7890808",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}