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": "59950147-edc5-4d13-9203-20c3c0131b30",
  "ShoppingCartItemID": "91c1922f-b634-4fb2-9089-fc5590834e75",
  "PersonID": "d1b86c47-74bb-463e-b667-bf822fbcf65e",
  "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": "cd335eb7-a3af-4a9d-a84b-ce379ffff9ad",
  "ShoppingCartItemID": "c15f7e4c-8263-44d1-ba3a-1fc2d89882d8",
  "PersonID": "54513219-d2ab-43f7-83ad-453d3827f5b8",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}