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": "5ff005fd-c04a-448a-9d8d-ea21e73c9dab",
  "ShoppingCartItemID": "d2f2057f-52be-4904-8aca-ca92e41cadc0",
  "PersonID": "c2d32e6f-bfd1-4563-b963-fbb5057ac5a1",
  "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": "86f71bed-82de-4e2a-8fdf-5e044bff258d",
  "ShoppingCartItemID": "7376e9b7-3e73-484a-be2d-18c580debb05",
  "PersonID": "3a203fc6-4b86-4f77-8a98-c173e620ebe6",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}