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": "b9ac305a-86cb-41fd-bbf4-add9470d7762",
  "ShoppingCartItemID": "e09b1317-1840-4b4c-8f19-bcd6c00f8850",
  "PersonID": "d637c01e-90f1-47db-887e-0734828c2386",
  "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": "b4139df0-63e0-42b6-abd5-3da5db81827e",
  "ShoppingCartItemID": "2303fdc7-0b3c-4c94-8398-940591cc7c51",
  "PersonID": "d1cf404f-7326-4b8d-a642-7d861f70cee7",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}