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": "d654c21a-8c99-46e5-80d8-1eef8361b1b1",
  "ShoppingCartItemID": "9e128dfc-ff4a-4bf7-9cc8-f3bdc3b99824",
  "PersonID": "18ba55d4-2bbb-4fcf-a52d-7e05a3a3b870",
  "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": "2a227434-d01f-40df-89c4-f06274b7df7d",
  "ShoppingCartItemID": "a4c9a30c-d933-4ae1-a882-444e7f77e293",
  "PersonID": "86e563ee-8998-49a2-adb5-0a8fc3b24caa",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}