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": "3baf58c0-b7ee-4593-842d-9bf6b7b09fec",
  "ShoppingCartItemID": "dff81643-3e0a-4b57-aab5-b9f90d7d5088",
  "PersonID": "591af600-09c2-4b7a-871e-1c1186faa8f5",
  "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": "c85309aa-00e4-4c8b-8ad4-ae6caf8b274c",
  "ShoppingCartItemID": "b9f15fa4-b365-4d6e-9b93-6567e7e69ff8",
  "PersonID": "ad939d40-bd45-4123-8900-410d398ad0cc",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}