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": "dd4e7beb-a238-4e87-9b2f-a24282fc229b",
  "ShoppingCartItemID": "d52b0689-6380-440a-aeca-77aeb00bf3c1",
  "PersonID": "398e8395-2ad3-4be1-8a83-5b670aa0c920",
  "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": "b0e361f0-392c-4faa-a790-4209ae456fee",
  "ShoppingCartItemID": "8904d999-34cf-4496-af1e-701b36edec91",
  "PersonID": "2e5a0c39-f3e2-41aa-987a-a297f9a2fbf2",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}