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": "d7948201-61eb-4fb5-a0fd-b42e6958f1fc",
  "ShoppingCartItemID": "443ec476-c001-46d0-89e3-ffaca7e5b546",
  "PersonID": "67b92485-0759-4ed2-a58b-86db1c7b291f",
  "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": "a57df887-175a-4d38-9316-578121b74381",
  "ShoppingCartItemID": "36d0b822-577a-403a-b8d0-92c9f07ef925",
  "PersonID": "24157b7f-5aaf-4fb6-8f40-3f4205592724",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}