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": "d5f0d56a-d026-492f-a9f9-d51d7bcb8a02",
  "ShoppingCartItemID": "1849a7c8-b5b8-41d8-b14e-6fb8e9c3eeae",
  "PersonID": "fcc96a01-ec77-439c-ad18-0f6d78140266",
  "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": "cfc7f573-989a-4633-b24c-0879366721f3",
  "ShoppingCartItemID": "8e9d9f83-5413-43b7-9ead-904178fb5b79",
  "PersonID": "ad03c97e-c5df-4106-b69c-89fcf9693506",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}