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": "0aff1673-9f0d-4edb-be4a-767ad7f7888e",
  "ShoppingCartItemID": "00f90fa0-8cd7-4ea7-9199-c84b20284113",
  "PersonID": "5c53bea4-a8a9-481d-9e51-0543dc4301a2",
  "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": "15404095-ef57-4926-a5cf-8705959d4a78",
  "ShoppingCartItemID": "bc0e6152-9552-4f2c-9869-79b508ae43dd",
  "PersonID": "d4c7f592-96c6-4555-bcc3-51f237f4e560",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}