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": "05633333-3d62-48bb-9de6-9d692eb4b70f",
  "ShoppingCartItemID": "76989d9e-32bb-4ca4-a28e-63040965c592",
  "PersonID": "3a921210-bb89-4abf-848e-50e02aaace3f",
  "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": "01b4888e-330a-46c0-8500-bd4abeb93fea",
  "ShoppingCartItemID": "0ebe0e70-482c-41ad-8647-7c57ab5cf090",
  "PersonID": "33e7865e-8279-46f2-b403-cf10a969eaa4",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}