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": "e6d8e151-8b2c-4d31-ab7d-d27e9fc1cfd7",
  "ShoppingCartItemID": "16835ffe-bc43-45b7-a70d-b46189811f74",
  "PersonID": "515e7bc9-8993-46f3-8418-e91feaa83563",
  "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": "6f9ac801-29ec-4e4e-b3f2-52dcdbeab54c",
  "ShoppingCartItemID": "aca32165-be78-46ca-b717-73c014d32777",
  "PersonID": "6f41e4cc-f274-4b8e-ab14-b8879e5f1a00",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}