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": "5ec4c6e1-b9d0-45cf-a4f5-2647d7f6a0ed",
  "ShoppingCartItemID": "c6b6554f-b57c-4e4b-8062-d588ad949c61",
  "PersonID": "85fad073-010f-4598-a66a-b189f8e328b9",
  "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": "18a12bb2-40af-44f8-8ff7-6128cf41c47f",
  "ShoppingCartItemID": "6bad5ada-4ee8-4f12-ac8d-a0a54bea5468",
  "PersonID": "efc9eb3a-da54-429e-ad22-11ecb01f8ebe",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}