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": "754e54c1-d3fc-4def-a0fc-325206252e52",
  "ShoppingCartItemID": "a9ebbd5c-f6bc-431a-abb3-bad4ca143c0e",
  "PersonID": "02558ad0-36f3-4d6e-b982-3efbdd8d0582",
  "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": "6582de81-a95a-4618-9399-a576f01ed8c2",
  "ShoppingCartItemID": "7938bf5b-c933-4f0f-bf45-c93fc7a21bda",
  "PersonID": "46e3c5ca-f4e3-491d-b44c-baf415bf83c5",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}