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": "6263566d-7c36-48da-ae67-0c0e42075d1e",
  "ShoppingCartItemID": "8ad31741-5054-43a0-91a2-79069c53a196",
  "PersonID": "8b6a2e2f-ea43-4e0c-afc7-03478f2437f1",
  "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": "3100c739-1576-46d6-94c3-496cb41fb28a",
  "ShoppingCartItemID": "bbb05d3e-7e57-4a4a-bbc2-47fdba6d84e8",
  "PersonID": "1b78b556-8168-4293-8ba5-032e3e0b705a",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}