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": "d1d631f5-b597-460a-9f0c-7deb146c300a",
  "ShoppingCartItemID": "cd5291a9-674a-4459-a328-84c38d183f91",
  "PersonID": "809808a3-1430-4c0d-9830-0b157e4c1256",
  "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": "5e4be1bc-5c8d-4e3c-8244-1735d92c3837",
  "ShoppingCartItemID": "a40154e4-de90-41d6-b690-0a887e94f33a",
  "PersonID": "e7bfa52a-eceb-46c1-89ce-0037d54377df",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}