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": "20e8f3a7-4007-4f03-b255-edee9e516a9e",
  "ShoppingCartItemID": "83898017-d687-4b3d-a620-5e5754dcc5d6",
  "PersonID": "63e98272-aade-4417-a37b-b17ac9bf4ad5",
  "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": "fa68e9d8-192f-4d9a-ace1-34b061aa3fa3",
  "ShoppingCartItemID": "f3abf1a4-52d0-4c93-8137-5011b30ef7f0",
  "PersonID": "0242b2d8-ba07-4c65-8211-3d9b5705d4fa",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}