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": "dcaa81f9-8d7b-4c01-a996-23f19c85b103",
  "ShoppingCartItemID": "4712f511-df67-40aa-8b02-fd47f7dd8e65",
  "PersonID": "38facd07-28b9-4806-a53a-4c5ec98f44f1",
  "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": "07128972-f4c6-43b8-bcb6-6a156036627a",
  "ShoppingCartItemID": "1d2c7018-1547-4ff8-beff-1ad4753ccc6b",
  "PersonID": "63889305-90ba-4a73-9039-adff6f79072c",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}