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": "f90e1eab-95ce-4c68-a800-2381aaf1cb06",
  "ShoppingCartItemID": "17d93efa-6e0d-47ab-baa2-1a27eb64fc79",
  "PersonID": "b546ed2c-6e24-4272-9bef-88880cb2c3f9",
  "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": "6bb63f4e-9398-4170-aee3-f84503026d61",
  "ShoppingCartItemID": "052fc680-748a-4d80-9337-4ce08f21f85d",
  "PersonID": "7ac0b1aa-dc84-4ad5-8b11-219f980eb004",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}