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": "a7ff3a72-4baa-486a-8af2-9fd0e74402a3",
  "ShoppingCartItemID": "4e6cee79-10d2-43f8-aa8c-730ff9d443f6",
  "PersonID": "7d324789-5bbf-4647-ad12-8662d4cdea7d",
  "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": "0d0689db-d7bf-47d7-8b87-0cfe1b0ca673",
  "ShoppingCartItemID": "e293b619-d6ad-4d4b-b801-8c9f6bc9d1a6",
  "PersonID": "5d4754bd-ca89-4b0e-b8f2-2363010d88cd",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}