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": "f0d2dae7-e9c0-4e33-a8d4-7354aa854991",
  "ShoppingCartItemID": "868701cc-4f96-43ec-8c5d-19f41c711e63",
  "PersonID": "e73b2cdd-4d42-4f8c-bdf3-cc98ef29b99c",
  "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": "d53fd9c9-ce1e-4b46-885a-85f16181facb",
  "ShoppingCartItemID": "ab56f67e-092a-40a8-bacf-3535d615e03c",
  "PersonID": "9ef773b7-e5ad-4bb5-adc2-b05d66fa2bf4",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}