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": "6678d508-2523-4ae0-8860-457dfc6d361c",
  "ShoppingCartItemID": "1bf2e801-6a23-4db2-84a1-7e158ac038c4",
  "PersonID": "34a33b5a-8286-4eef-bea3-751c30a2f0f4",
  "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": "40c80409-3a22-4995-802d-360db7ffb0bf",
  "ShoppingCartItemID": "720a9088-cc42-43ae-81fe-89c39e396b1e",
  "PersonID": "a4e8b2ae-456e-40c8-9a4c-9b7963d50886",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}