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": "b244b2ed-30ed-4946-aa1e-34f0e270db6d",
  "ShoppingCartItemID": "a6e07361-6ea6-4e61-aa54-6046f5ad493e",
  "PersonID": "9c33cfe7-60da-4133-aad3-d5801b38b023",
  "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": "c97a0220-2bd3-4da1-9b5e-20ba5193b87d",
  "ShoppingCartItemID": "4aa79adb-9558-4f03-a6a8-c013f11b512a",
  "PersonID": "6f232622-af39-4685-b31c-4744cf3887f0",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}