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": "732eb841-e6b9-4a1b-aa9e-23bf4056a6c3",
  "ShoppingCartItemID": "b83215cb-ed03-4475-9bcd-8626c5a59b6b",
  "PersonID": "1da5b87b-3b42-45db-b8f3-9eff1d57f750",
  "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": "de555002-df67-4228-bc5b-2e9b862a1f8f",
  "ShoppingCartItemID": "f57bc2ee-c954-4e7e-8fbb-6ac54a67bb39",
  "PersonID": "7ef81941-f949-4b3d-9ec1-0003c06777bd",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}