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": "267602f4-01ff-4bc0-9b98-959c808f7fde",
  "ShoppingCartItemID": "80a182c0-9bb6-43ee-95de-707fb9db23e3",
  "PersonID": "0cc07925-1e20-4836-857e-e7d0ed74e803",
  "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": "e79b4163-c25c-42ab-9207-8b8705d6580f",
  "ShoppingCartItemID": "c5f82faf-3343-408d-aded-429e3a186272",
  "PersonID": "5c620a0d-f3fa-4067-aec6-b5cc8dfa75fe",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}