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": "11a119f2-83d1-4ec5-bb9f-1e6136039f39",
  "ShoppingCartItemID": "88a59a0d-0b01-4063-b2a9-12b4ca179c08",
  "PersonID": "12215b00-e94e-4545-b3b9-e3f3e173ea1a",
  "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": "04326e9e-25ce-4979-b9ba-4b8459387eb7",
  "ShoppingCartItemID": "df8dfaee-fb5d-49bd-b026-83ce36b53a11",
  "PersonID": "8d1631e8-ebe0-45c7-8cf3-167c856c0c09",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}