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": "3b0f32d8-ab24-4c06-ab26-2046dbf22b60",
  "ShoppingCartItemID": "0fff81f3-4918-4a1f-bbb4-eb82282221b1",
  "PersonID": "1e2eeb94-5d3f-4609-bb75-11954a1532d5",
  "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": "143ac7fa-4d3a-4a52-bb66-e333eff22af8",
  "ShoppingCartItemID": "db5082bf-4e16-4c73-bbde-fa1c38e3722b",
  "PersonID": "7e07ef80-6a15-404d-8e13-ef0f42c76733",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}