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": "67740de5-5d2a-47ae-ae94-7f27a0d38ac3",
  "ShoppingCartItemID": "898e0f84-67ca-4f2f-be8a-eb935e374360",
  "PersonID": "54f5d23e-4a5e-4f5f-89bb-fda010ea5504",
  "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": "69de2da9-4e2d-45fa-b759-cb995ce023b0",
  "ShoppingCartItemID": "196a5655-ee6b-4f85-9cdb-255f904c93b7",
  "PersonID": "e816b1e5-58e5-4263-b002-80cad41ba877",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}