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": "86258c53-3130-42d8-b0bf-85fac9da65ec",
  "ShoppingCartItemID": "6fe1f3bd-9eaa-455d-95b6-5f9791b0aa8b",
  "PersonID": "9053e750-ada3-4891-9ab1-84642c763b4d",
  "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": "3ca71a5d-59b6-4ac3-97bb-03c3857b44f5",
  "ShoppingCartItemID": "5a231882-bbb1-4922-8de7-3c5c9b6d5696",
  "PersonID": "5248c305-4ff3-47cb-a4d0-8bf3a40f7e94",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}