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": "50abc0f8-211e-49aa-bf1d-7a790d9a8463",
  "ShoppingCartItemID": "80fd8a7a-cdd1-41e9-b026-53e33d5f3627",
  "PersonID": "bc864186-bfc5-4912-89d0-21a515a97d4b",
  "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": "5abfc83f-69b0-4dd4-8cee-17dacdcaad5a",
  "ShoppingCartItemID": "24f360ae-a376-49b3-bb4d-0fc5650791af",
  "PersonID": "8c42cc6c-c198-425e-a8c7-4c0154192d1b",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}