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": "d6b39e62-0bb3-4223-963b-9ad9b325fd0d",
  "ShoppingCartItemID": "e9d6d9f8-2d21-4f56-89ac-a7d52b159229",
  "PersonID": "730ae339-d5db-4e41-ae72-e08a0043661e",
  "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": "22fb808e-9733-413b-b2dc-72a9c115ef6b",
  "ShoppingCartItemID": "abf86a7f-69ce-48fb-a61d-282b41089657",
  "PersonID": "686e27cd-8d0e-4079-a2ba-5c81c74033cf",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}