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": "9afc02ea-ea10-4cf4-8834-f6c97487a420",
  "ShoppingCartItemID": "a015ea86-39ff-4a2f-99d9-d7c7ce22d6bc",
  "PersonID": "f1ddf2df-1b69-4d8c-8a7e-a2c7f219a460",
  "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": "0f09cb18-8118-4ee0-8e30-f13a1b04e9bb",
  "ShoppingCartItemID": "5085f97a-d019-439e-87ce-428014398eaa",
  "PersonID": "a4048683-d55b-42e0-be53-0b220e2da54d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}