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": "04cdb66f-85e8-4b53-8005-7a21e5a6c124",
  "ShoppingCartItemID": "2f3294e5-c51a-422c-acd9-82c3efbc229f",
  "PersonID": "bfeb9854-cfca-4b7c-8d58-05953444874f",
  "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": "c35e5009-9b68-46cf-ad70-65d70c078836",
  "ShoppingCartItemID": "e2ba8dcb-7212-453b-b20d-ec47705ceac4",
  "PersonID": "a7746ded-f40c-45be-ab8e-9b5f53609c27",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}