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": "92c76dc7-f6ec-4e09-88bc-fc433c5d5c31",
  "ShoppingCartItemID": "50822581-9341-4149-94ff-0aefd7c82569",
  "PersonID": "a0c5b101-aaa2-4b2f-a72c-3547cc2071de",
  "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": "a20cd3c8-dbb1-4922-bec3-bdf66ad1c1fd",
  "ShoppingCartItemID": "61296c0c-f83c-4b36-9330-8e32ce4bd972",
  "PersonID": "912e8e0e-442d-47a4-a84e-c056d9c845e7",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}