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": "c731def1-727a-4bcd-a8b2-c01c94c583ef",
  "ShoppingCartItemID": "9b3753d4-5f2d-4423-b8c9-884bf066b36e",
  "PersonID": "da93870c-0827-44c6-ab8c-26023cec6135",
  "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": "3cf407a7-c350-4d72-8fcd-5dfd058175fb",
  "ShoppingCartItemID": "0f080f37-9c7d-49b8-be31-93ee51a799ee",
  "PersonID": "f20a6808-d33e-4f14-8470-f22f01770002",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}