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": "dce9c5cb-4ae7-4933-8dfd-6254529ea603",
  "ShoppingCartItemID": "7c21b935-7395-43ca-9cac-77c48d50923f",
  "PersonID": "6d048670-ff43-407c-9ace-37f435d12d82",
  "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": "b755ad0b-35ec-41c2-b4e5-1e0d93cd02ee",
  "ShoppingCartItemID": "d4275ef0-285a-4451-bbe6-9453cbbb139f",
  "PersonID": "28d35c0e-b443-4cf0-bc83-de27c528a099",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}