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": "fba0c100-9476-4de2-a249-8f3648345fb8",
  "ShoppingCartItemID": "1b8aae85-e811-4700-8018-9e0fa20f6682",
  "PersonID": "44c94ccb-75f7-4fa4-97ec-2636104388c1",
  "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": "ede2050a-475f-4007-861e-90c059558b8f",
  "ShoppingCartItemID": "93f8e5fc-cdb2-4b2e-ba66-0d4451202720",
  "PersonID": "352c0de5-530b-47c2-ad83-02f27fd75367",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}