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": "dc5870b7-c07b-4d15-abdf-a0916656814b",
  "ShoppingCartItemID": "7578f310-e0a3-4ab8-9a56-3b0d9dd05eaa",
  "PersonID": "122321ee-cbbf-42c9-95b0-7492018d77b6",
  "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": "6bca2bee-e2e3-44eb-8b18-2a2fdba4f73e",
  "ShoppingCartItemID": "fcde75e2-3b1b-48c1-bc0e-e7e6c76e9c3e",
  "PersonID": "935aaa66-0d00-4d6f-bf65-7575d17019be",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}