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": "5a8d388f-5823-4bca-812c-6c84f741c29b",
  "ShoppingCartItemID": "cd28ecf2-621b-4758-82f7-8fb6211977ee",
  "PersonID": "8cb40a95-2197-4171-ad14-c2580b153391",
  "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": "89c625e0-4347-47c3-a01a-5b241cbe7e35",
  "ShoppingCartItemID": "234f8bc6-1404-43a6-8b29-8b665e934c28",
  "PersonID": "cd027534-a924-46ce-b685-84730f927cbc",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}