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": "8b995766-75f0-466f-b003-393ca47f0366",
  "ShoppingCartItemID": "5f9a0ab8-d3c2-4837-a4b1-fc4b5c858e7a",
  "PersonID": "194d00ba-2b27-4c1d-b2fc-4ae4ddcc346a",
  "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": "9ab92c42-ac6e-4edd-8523-7db1b756a080",
  "ShoppingCartItemID": "ff6b2007-6f59-4f52-8689-51082258e463",
  "PersonID": "511580d7-bae3-4d78-a314-1aacdac511d6",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}