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": "83560e1f-fdee-483b-94ed-705c4a3c4c54",
  "ShoppingCartItemID": "8d1979cb-cef7-4b95-b0aa-a862a869c003",
  "PersonID": "00102f67-5950-4645-a9c3-0b58d44757ed",
  "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": "e3deef09-3ccf-487e-8e00-40b6199d0d0d",
  "ShoppingCartItemID": "ad4be923-9cca-4a1d-8530-477fdf5e1cf2",
  "PersonID": "c7b608c9-ccb4-440e-9912-363b926c9786",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}