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": "b99d6b04-ca11-4cda-acb7-c2f42f60a466",
  "ShoppingCartItemID": "e8421381-52b0-4990-9109-8c7b313302ab",
  "PersonID": "75472711-a70a-4391-a2ba-b89d47a950d6",
  "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": "cb225379-089e-476d-804d-de3df8883b2a",
  "ShoppingCartItemID": "8d6b5ddc-7121-4884-b90a-c83b01aea667",
  "PersonID": "16b80054-083b-44d6-9656-71f8707ef528",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}