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": "853892bf-5356-48c5-871e-7f8a60050e6c",
  "ShoppingCartItemID": "342f48e5-7524-4f43-b347-036433045255",
  "PersonID": "ff076b72-9648-486c-a647-86f4cbbdc63c",
  "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": "367ca447-8447-42fb-899d-feb2f9b95f26",
  "ShoppingCartItemID": "d9e9d1a2-60a4-4824-89e9-0ce522cc7b61",
  "PersonID": "b12b9c0f-d99e-4e71-8c20-b7303e1193d2",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}