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": "61007330-b322-4f84-bbd1-96edda99744c",
  "ShoppingCartItemID": "daeb359c-59dd-4875-8897-6b6894ae0a27",
  "PersonID": "4f80781b-4441-4af3-8481-7b39c15a0ffb",
  "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": "9b9c3050-ac0f-4775-9922-b7c807d2dec7",
  "ShoppingCartItemID": "cd98cbba-f824-440c-84d8-aa8935f2eac4",
  "PersonID": "dd6f01df-231c-49f6-93d4-279e366e5d64",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}