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": "9c28034c-4449-4749-ab33-192671a0d2e6",
  "ShoppingCartItemID": "ca00b3ac-84b6-4031-a39f-055940045fc8",
  "PersonID": "3e5b86a9-124b-4df3-9a63-032e89409bce",
  "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": "7991ccf2-f38f-4eef-93df-6922db337b28",
  "ShoppingCartItemID": "cc9fdf88-5193-41bd-ac9f-87658803ee72",
  "PersonID": "2e85d539-d102-4a43-9251-14363478bc9b",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}