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": "66d21f92-a508-40b0-9651-7bdf81f519f7",
  "ShoppingCartItemID": "0169ee04-d781-42c9-be87-3f7286472c7b",
  "PersonID": "e13a41c0-866e-43b6-a362-b3f4e0a7f559",
  "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": "89cb2860-7217-4bb3-a7a4-be5cbcba2b4e",
  "ShoppingCartItemID": "28fcc9ca-61b6-4d92-b938-0c7dbbd50770",
  "PersonID": "d42227b7-6bfa-4b69-b867-a3b359c29db9",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}