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": "9f39b5a3-ab39-4a12-ae76-08292672a679",
  "ShoppingCartItemID": "bf11e24f-9f73-4af1-b5a0-a1ddf1d59b85",
  "PersonID": "d0957f3d-7f37-493c-99b2-c3f0f030bd11",
  "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": "3efb654b-388b-4b4a-8c0e-79a6efcd76a2",
  "ShoppingCartItemID": "6af2907d-e3db-4b9b-97c5-47d156c9e9b4",
  "PersonID": "aeea8535-80a4-456e-8d62-a6acb2a6ece0",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}