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": "4ec8ab71-9fd1-4308-ab80-dfa988ded10b",
  "ShoppingCartItemID": "ef0f854e-f91c-4f73-9364-9b55f0acde0c",
  "PersonID": "78e6c727-7162-46f8-8579-49116ee54d47",
  "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": "0da0c75c-cbe5-42c6-8bee-79664e7d34f3",
  "ShoppingCartItemID": "1da73279-fc9e-4bf1-a357-c2ffd7b2164d",
  "PersonID": "6dc6f469-ba4e-4519-b87a-c36b3ead82d3",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}