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": "e902994f-f09a-4086-b923-66643b954fe2",
  "ShoppingCartItemID": "da5efc68-1ba0-4378-91f5-9d1f4108115e",
  "PersonID": "ace76340-926b-4b71-b397-d94c3682741d",
  "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": "c2e3a6dd-a26f-4f74-a801-afecfa4dbbe5",
  "ShoppingCartItemID": "ff4f7cec-5488-40f7-973c-95eac81e501d",
  "PersonID": "6ca66026-187e-4e9c-a1fd-10dd6dbdb887",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}