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": "ab8fc643-577e-456d-a30b-f99b79554ebc",
  "ShoppingCartItemID": "38afef7b-c344-46cc-b63a-e40916ef0a57",
  "PersonID": "fd3af8d0-18f1-450b-a987-b572d083b916",
  "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": "632bcb40-0d72-4dce-a1cb-a5e03ae98640",
  "ShoppingCartItemID": "54321107-cf99-43aa-91cd-392c10accfa0",
  "PersonID": "19ecc11b-fc02-4af0-9582-ee0c416ece75",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}