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": "4a8b2b6f-4e14-4ca0-a6ec-10addbd539e9",
  "ShoppingCartItemID": "7d83c097-8e0f-4e8c-8ffa-d98ac51352b1",
  "PersonID": "f04a5d3d-1464-4972-937a-bae10a2b9914",
  "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": "069830f9-179d-4c45-a483-8a5e714899f4",
  "ShoppingCartItemID": "8b614cd0-1ecc-4067-b6f9-d1b8242b407f",
  "PersonID": "a7ad9494-877e-429b-97f4-2c56a6eafcb3",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}