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": "76bcef56-b726-448c-8a01-92bff27f4dcd",
  "ShoppingCartItemID": "8045dbf2-d5ae-499e-b110-a5304727d783",
  "PersonID": "f2fc70ab-be89-4ccc-a3a6-9b69c282ceef",
  "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": "97b1a99f-a710-47aa-9d48-a917eaf0cdc0",
  "ShoppingCartItemID": "43d40b43-472f-479f-913b-d0545b749f30",
  "PersonID": "92d7dba4-7ebe-499c-9a86-f32142b85559",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}