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": "e4e7ab5c-cfc9-41fb-807d-8e8f0a781cad",
  "ShoppingCartItemID": "f8751f2d-89e4-498c-8611-48889617fcb8",
  "PersonID": "abd0d179-d921-4ed5-a19e-c0b63869a6f1",
  "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": "c5ea1864-2e6b-4f45-9d3f-4c622f9b1c1c",
  "ShoppingCartItemID": "134b896f-383f-4c77-9d94-56578380f324",
  "PersonID": "3d9b6537-c84b-4be3-9a61-1e879bc86b04",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}