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": "3b2db624-8a9f-42f0-8095-c8f1103b82a5",
  "ShoppingCartItemID": "2ea21a55-c9ed-43cf-a768-debdf57da640",
  "PersonID": "27150552-1025-4955-bf46-7fc80e077c3b",
  "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": "98c84bff-7d65-45eb-a911-f2c4146802e6",
  "ShoppingCartItemID": "af04f2e6-9b61-4623-b1f8-831cf1c6e6ff",
  "PersonID": "d33640bf-3614-486f-8968-a8ebac445e80",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}