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": "cc947ac2-3e03-4f98-b4f0-5c355ec2ed06",
  "ShoppingCartItemID": "2f92e7ab-01b7-406e-a569-9637977fbb33",
  "PersonID": "fea8afb3-0c6b-4811-b3d8-f0516bce289e",
  "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": "11d12679-9331-4db6-8a1e-7b074645c222",
  "ShoppingCartItemID": "b78ca71e-57e5-420f-8fb7-8e7b5d3ee7b1",
  "PersonID": "0f18d61e-df09-4d43-afc7-17bbfee0d40e",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}