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": "e41aecf6-4e84-4bd9-a935-ff70d651399f",
  "ShoppingCartItemID": "81ca8e0d-080e-4a1f-87a4-e368b48ab173",
  "PersonID": "4919c61c-9088-47d0-97fe-fcc8fd6e167d",
  "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": "40449f2c-249d-48c6-8f3e-e904a75c8c3c",
  "ShoppingCartItemID": "5893b7a7-31f3-4f69-ac3c-6ac3b088e962",
  "PersonID": "6d274580-9cc1-4805-9af7-275f639cf2c4",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}