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": "b781c643-79b1-4357-8ce7-c779b43e7d05",
  "ShoppingCartItemID": "b0221f59-9cef-4dc7-b79e-3da23631b00b",
  "PersonID": "07d5dcfc-26fd-4d20-89be-36e859f9bb7a",
  "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": "4923e7df-c5d1-4011-9336-541b05b1e4cc",
  "ShoppingCartItemID": "0921a33e-bd3e-482d-bb24-090e7a643079",
  "PersonID": "3e366692-5ae7-4320-b5c3-caffaea03f3a",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}