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": "c81faed8-e4de-485f-8ce2-7a8d69abe892",
  "ShoppingCartItemID": "3498e456-a0e1-4f63-9e89-05974729f660",
  "PersonID": "f8b0a325-6020-4d1d-bf5c-d5f3e7c18abc",
  "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": "e996ff65-0548-4ebc-8800-d840a40b013c",
  "ShoppingCartItemID": "7377bc7e-1456-459e-b7b1-55305d5ba8b9",
  "PersonID": "1a2dc2fd-9e9f-4c52-a53d-0c0d70907344",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}