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": "59bb79bc-d10e-4aca-9787-2080d0febe43",
  "ShoppingCartItemID": "c47ce860-a6ba-4348-937d-0bd22fc1f212",
  "PersonID": "502147c2-8563-4852-80cf-47c6aa065fa7",
  "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": "fa2f2ef5-a155-44eb-b759-2193fef64797",
  "ShoppingCartItemID": "d37af040-14e3-4df7-9f38-b52229d625b3",
  "PersonID": "89ebb4d5-adab-42d8-bb5e-8a36d183c231",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}