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": "3b090dde-5cdb-4dbb-b53e-340fbdb12eae",
  "ShoppingCartItemID": "d5280560-1192-4ccc-a545-c927f3aba2f1",
  "PersonID": "375d2d6d-e449-4e14-a3e8-0132c3e05442",
  "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": "8e604c13-c6c8-414d-bfd7-194aa0c04401",
  "ShoppingCartItemID": "dde2415d-a306-4679-901f-c4e4b95e9864",
  "PersonID": "908f2b37-9094-43f2-890e-707a00f8bf88",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}