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": "3a978422-e6e0-4c93-a1e8-32040d02f551",
  "ShoppingCartItemID": "e17bc726-50c4-40d4-8fc2-5ee70b882f1d",
  "PersonID": "da2cf309-d4d6-40df-ab5e-5bb5cda38a58",
  "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": "9d7bfbe3-306e-4399-aff6-823e41fac4bd",
  "ShoppingCartItemID": "b68c859b-8b8e-486b-b781-7b55d95d7eb2",
  "PersonID": "66b585d5-60e6-4c5a-961a-93ebca2cd868",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}