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": "aa70f6b1-37af-47fd-8517-7126d7f9b5c7",
  "ShoppingCartItemID": "10748e8f-8863-40b4-b272-54ad65a959b3",
  "PersonID": "d0345bd0-b344-466d-b83b-b96fc78cf0c2",
  "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": "871a062d-ca38-4a98-89ab-40a9adc23d76",
  "ShoppingCartItemID": "e9fcdb61-0a11-4504-ba8a-8b8976db25c3",
  "PersonID": "7eed55d5-cb0d-4f58-a10e-0f23de1cdf88",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}