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": "5f105de2-d10e-4365-9111-c021c9dfe634",
  "ShoppingCartItemID": "e7b100dc-0fad-46e5-9f8e-a5a73291f79a",
  "PersonID": "603c9334-14ce-44ba-9629-0ff22a5afda1",
  "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": "f04f8e67-5224-4b10-86a9-14b7c6d36e90",
  "ShoppingCartItemID": "803cb0ae-d1f9-49c9-85de-e0c9fddc66cd",
  "PersonID": "fe8f639c-9602-414b-adf3-52eba8148eef",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}