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": "2e4b9d22-8cad-4264-9006-560e21f82aab",
  "ShoppingCartItemID": "06656fa4-0d97-4b69-bc6e-21fe53337fe5",
  "PersonID": "a2e58104-9f81-4272-b7e6-a2640603e5f9",
  "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": "15b88e44-b8a2-499d-890b-4bc6944782c8",
  "ShoppingCartItemID": "0b471765-2bf3-4d46-b210-d8620c290562",
  "PersonID": "2ec67f8f-5df5-4cec-8196-202ef76b25ad",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}