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": "10bc1c51-3dbb-42b2-bdd2-979081c884c7",
  "ShoppingCartItemID": "be4083f2-dbd8-4213-8e16-1d63e9f94048",
  "PersonID": "2dd9c25f-5af9-40a1-a630-80ac9dbbc83e",
  "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": "c93c1dd7-65df-40db-bf2c-89aefc0ff0fe",
  "ShoppingCartItemID": "dd835eb9-7bf4-4998-b2c4-eac9e387d19b",
  "PersonID": "64bdb8ca-984f-4a8e-8f66-422139c97ba2",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}