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": "9f09b1a8-e988-4356-b6b3-6e04af60e2f2",
  "ShoppingCartItemID": "c364ebc3-dd05-459b-a19d-86d23b569d92",
  "PersonID": "bba02175-fe28-4e89-aff7-6b73ea23661d",
  "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": "ce0382cd-4cd0-4da1-8fcf-e2490b5004f2",
  "ShoppingCartItemID": "2df75c81-0f94-448e-90f7-af277a4c1e1b",
  "PersonID": "5d8a6cdd-3039-4e9a-93b3-1dde753aeff1",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}