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": "86e0fe38-a0a5-431e-8880-d857290fee48",
  "ShoppingCartItemID": "c624519c-5fbb-40b2-8d5e-62c16c474428",
  "PersonID": "ed4371bb-becb-46ef-8760-9c2000c6083d",
  "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": "a6451e14-e1bd-4377-a89f-005b62fe77cb",
  "ShoppingCartItemID": "370dac6e-b7cb-47b2-a92a-0daa25e72132",
  "PersonID": "26813c30-f753-485b-b36b-1d037ba5ab0a",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}