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": "2e710fc5-8e0f-444f-b6f5-665f9ba433b3",
  "ShoppingCartItemID": "43ebcf06-ed22-4f11-9a53-fc6f9903c1d2",
  "PersonID": "db4c2aa8-7ee4-49b9-9854-37a97bd3a5bb",
  "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": "5196f98b-2367-4fcb-85f0-07e919a6d183",
  "ShoppingCartItemID": "355a5b98-af25-4ae0-b124-273b235682ae",
  "PersonID": "4dab4c64-b6d0-4a14-912a-4e7addf38f8d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}