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": "5a60dd05-83f1-49a6-9486-25097664c642",
  "ShoppingCartItemID": "1a86a32c-6577-4f76-9e31-4aaf5c5f8150",
  "PersonID": "788c5820-6cc3-4447-b3ce-945bc68e3e3a",
  "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": "7a4b44d2-abda-4979-b0ec-c5206fa39bed",
  "ShoppingCartItemID": "ad8aea15-3c1d-47db-a99b-cf191d45efea",
  "PersonID": "83efaf2c-b787-4082-9700-3e78db93e4a4",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}