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": "2d4527f7-e047-4d33-8686-d4d69756a21c",
  "ShoppingCartItemID": "63951de0-8a42-42d5-9df3-0b97932372da",
  "PersonID": "b06c3a86-217f-4809-bb3d-040cb3910016",
  "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": "8d23c137-c312-4734-b9eb-33227a56031d",
  "ShoppingCartItemID": "38abbc02-0f00-4973-867c-c8eff64aae67",
  "PersonID": "4b88323a-8bbd-4e43-91de-62cffa495bf8",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}