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": "32cc38f7-88fc-45fb-9185-1ce589da6239",
  "ShoppingCartItemID": "4e62119a-edf8-40f2-9c30-c50a61e40ece",
  "PersonID": "7527c3f1-b790-4fea-8f73-44001d516c30",
  "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": "7a66fa1d-12c3-4503-8894-c1079a9cd695",
  "ShoppingCartItemID": "3e0b60a3-5af1-40cc-baaf-976b752d1e31",
  "PersonID": "fa2bae66-1404-435f-bfee-bbc6937a8d10",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}