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": "214a643d-541b-4c97-a0ab-9a7f8dae591a",
  "ShoppingCartItemID": "ee0f232d-57fc-473f-a842-c5297bfc4408",
  "PersonID": "d0c30201-28df-4be1-8077-6c59865a1a4a",
  "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": "4d51a455-23df-4078-adba-cdb3d0e98104",
  "ShoppingCartItemID": "3840083f-bf0f-46c1-94e0-13f42cab9e6a",
  "PersonID": "844ee135-81b0-4fdd-8f20-97f947174976",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}