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": "c5d5d5ad-9a9e-442e-a3a4-9be54c8fae1e",
  "ShoppingCartItemID": "592da244-187e-41cb-ad04-c9b0c8e408ab",
  "PersonID": "f0111bec-57d3-4f75-ab09-c3947c811a2b",
  "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": "e5dcf9e9-f4f3-4920-a622-8d84a5fa0c9c",
  "ShoppingCartItemID": "eeaba4ba-03c4-473d-b75f-763d1070ccbf",
  "PersonID": "352c608f-69d0-4b79-8932-0c30ef40391d",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}