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": "c1aad66e-e494-4204-ad7d-caf0a41e3405",
  "ShoppingCartItemID": "62593166-b92e-45cf-9906-f9036ce65808",
  "PersonID": "a41c5a19-0627-4ca4-b0b6-807050fa9792",
  "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": "6c07268a-4fe4-49cc-838e-0502a4fd7e73",
  "ShoppingCartItemID": "fafc668a-7c0b-43d5-9c8a-5f031f89fa16",
  "PersonID": "9da9456b-b297-44c7-b334-74ef1331c46a",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}