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": "1e0c6502-a2bd-4ba0-bfa1-88fd04a2479e",
  "ShoppingCartItemID": "e276708e-a484-4eff-9524-b1bb20b0c10e",
  "PersonID": "bbececbe-7258-4b54-a5a6-d011f28bd5c7",
  "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": "334a3f38-d4c3-4e22-aef0-8445864364bb",
  "ShoppingCartItemID": "2d98ff67-52ac-4422-8709-670b39246bc3",
  "PersonID": "57bbbb90-4314-4600-8930-46976eb5d3ce",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}