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": "75faf1b9-8a54-4078-b5a4-35d73cb92c8c",
  "ShoppingCartItemID": "b034ef99-f779-4b59-9a63-8763cb124c4a",
  "PersonID": "61c214dc-d1a6-4e2a-8811-54f3cb26d5fd",
  "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": "2d9b88c7-5c67-4292-b00a-a48db38e5461",
  "ShoppingCartItemID": "63d58849-bfca-4790-b104-2277707f96ef",
  "PersonID": "8c90bca1-b4c5-40db-9d83-fec09706a9fe",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}