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": "16d3fe18-2527-4416-bbe9-1b3c97b614ad",
  "ShoppingCartItemID": "d85efafb-b76e-4114-a72d-e08eafa25af3",
  "PersonID": "809c1f8b-ecd8-4483-bae6-52f1873eac6f",
  "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": "6ab104b5-24b3-4f75-bf34-d20eee823dee",
  "ShoppingCartItemID": "1840086c-9b51-4a40-81fc-5fb62dffb092",
  "PersonID": "f1ac30b7-844e-4139-9962-d8f57f7931bf",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}