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": "e5bc66db-69c7-4e02-8cc5-4b8114d3024d",
  "ShoppingCartItemID": "c9ab8a0d-483f-47c0-be82-0a590c1d37fc",
  "PersonID": "dac424eb-64af-482f-b336-b7f6ae34c017",
  "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": "4a8fcfb7-55e1-41d3-8250-85118ee4e131",
  "ShoppingCartItemID": "79514aea-5ba0-4df4-91cb-c59967bed9d5",
  "PersonID": "d55a37d4-ab94-4d78-b709-c932d822fe8d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}