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": "3091288a-3e23-4b5b-9ce6-81ea3b2e2842",
  "ShoppingCartItemID": "167f2fe0-2ff4-426d-87db-39c3336557bb",
  "PersonID": "41661639-b252-40d4-85c0-d8f1ac3f34a3",
  "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": "8e7e06de-2e70-41e4-a739-7155fe599547",
  "ShoppingCartItemID": "902f6e0d-1828-4f74-9f9e-86debe5b0ba8",
  "PersonID": "003d16f1-8309-4221-a908-2d2439ab22f9",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}