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": "7eed7978-a1bd-4eae-bdae-e545183f1271",
  "ShoppingCartItemID": "b6b8a1fa-aac0-42f8-b01b-3e404382c278",
  "PersonID": "cee94045-b5c9-435a-ace2-994972a13c0c",
  "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": "3d3b08e9-4851-4e80-afef-a0b0714d90e0",
  "ShoppingCartItemID": "cd8776cf-035e-45af-983c-40887e7cc282",
  "PersonID": "bd7b96a4-9444-43ec-a198-6f9f53e8596e",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}