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": "eb73cb8f-8401-4913-85a1-5f121c075ea8",
  "ShoppingCartItemID": "542e41a2-9029-4880-849b-6b43b6422867",
  "PersonID": "b29cf20f-e92a-45ee-a401-779f9bd84425",
  "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": "640b7867-3f84-4995-a10e-dbd0bb4b80c2",
  "ShoppingCartItemID": "751ac2f0-8d73-4674-bb0d-a5d3f89cf7a7",
  "PersonID": "fbca65e4-80c8-4d5a-975a-2beeb304c830",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}