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": "d1cd5591-f98f-48b8-a65a-de0206736a67",
  "ShoppingCartItemID": "39cb12ef-94fa-4a6e-a46e-a64dd5ebe840",
  "PersonID": "2e946b3c-06dc-40cd-a0b0-2f52c60e67fb",
  "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": "69c28265-887e-4f4e-a6bd-c1abf2a5ce8d",
  "ShoppingCartItemID": "a4871e0d-c037-4d4c-9e51-4751e159391e",
  "PersonID": "c7c40193-aa59-4f90-b9a9-bb97dbb3e6d7",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}