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": "3c838991-8fd7-4737-b1fd-49d3e8796a20",
  "ShoppingCartItemID": "f43f2449-6da7-4134-95cb-b6990af279d0",
  "PersonID": "39ee0340-cc66-44ef-8720-6a2680754bb8",
  "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": "b1106b9d-a9ad-4be4-8196-69d2ccbf9544",
  "ShoppingCartItemID": "2a92d4cb-2711-46fa-96ff-1d283740b188",
  "PersonID": "face7056-2bdb-4860-9f22-0c4da8929481",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}