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": "4c5b2e51-fe26-4bf9-be55-d91c665c3702",
  "ShoppingCartItemID": "4371560f-3367-4f16-a3db-749d67b902fd",
  "PersonID": "89f8dccc-f2ea-4186-becf-ea2be628a71a",
  "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": "82d3ad14-c61e-445c-83d8-39950b7c9f15",
  "ShoppingCartItemID": "124ae9de-7bb2-45fe-9c0c-b7732b6545b1",
  "PersonID": "8df8ec00-8f94-4d24-9479-a43462e12f15",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}