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": "60a82eda-f8da-479f-9a75-ca0cf465c48c",
  "ShoppingCartItemID": "50050c19-4de5-4057-a912-a3c6633b7130",
  "PersonID": "4861a7ab-4182-401e-ac74-2a03e3547548",
  "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": "a16492d5-ad99-494d-a3ce-eebecb6baa42",
  "ShoppingCartItemID": "85d08149-dffd-4843-a09c-518210d96475",
  "PersonID": "68cbb299-bc95-4193-b9a2-c3a56073b2de",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}