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": "bcc2d2d5-a739-4f59-abd2-50ccd7dd2b12",
  "ShoppingCartItemID": "dcc40113-77f2-4008-b4f7-35df7911b8b6",
  "PersonID": "80c281f0-29cf-42e8-ba0b-9f574b983a5c",
  "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": "c676d864-b754-4d15-86cc-228a22d6f52c",
  "ShoppingCartItemID": "6315d0ce-1e13-41ad-81aa-9196237bb707",
  "PersonID": "66a9ca9b-d7a8-4570-951e-3ee3df3d3037",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}