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": "58b73b55-f905-42e1-a9a1-8d6e8a487477",
  "ShoppingCartItemID": "ef9fab2a-0cdc-4307-82db-735de453fdee",
  "PersonID": "2d3b2265-0e35-4259-89a1-cf39ced3f81d",
  "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": "81ba3f7f-6bfa-4f33-8d9b-8e3f7ad99e2c",
  "ShoppingCartItemID": "deee5e06-ded5-4303-b784-2d1060b8f1c1",
  "PersonID": "7568714c-0f91-4189-88ca-c31d26e2f38b",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}