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": "c5f551b9-fd73-452a-8265-cd4b406b3b9b",
  "ShoppingCartItemID": "9e984bc4-a3f1-4154-8626-28bb7941a3b6",
  "PersonID": "4c96009a-2bbf-4a78-977a-20ab7d0b1cc2",
  "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": "fe93a760-f68e-4de8-9a75-1301c3b72de6",
  "ShoppingCartItemID": "ddb91d12-0fe5-4c17-9a77-af134cad1cd8",
  "PersonID": "a10b5aaa-1dfc-480f-b4b0-41bc38a725a7",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}