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": "f5d22ca8-320f-4bd8-a4d0-d4fd1acc5164",
  "ShoppingCartItemID": "83858107-cf3a-47e7-a8de-97a36cf5ca6f",
  "PersonID": "b613c473-3947-44d4-bd13-9819feeb7da3",
  "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": "ececd075-a06f-4903-b1fb-8bb539647116",
  "ShoppingCartItemID": "46b6c508-4ce2-47fd-bcd7-826c13a71a5e",
  "PersonID": "6063c75e-0ff1-421e-a563-f838ff4a794b",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}