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": "c63e68f5-b3f3-4cd4-bf2b-38df46e5a060",
  "ShoppingCartItemID": "ab41345c-13a7-4f7e-9f0a-f02b3c3edd65",
  "PersonID": "3fe43a88-fefd-4a5b-b740-381dc0e3de54",
  "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": "c4aa53df-9401-4a7a-80c3-4363431f67a6",
  "ShoppingCartItemID": "e2b0b111-f8c2-4fa5-af7e-4ae870b0bfdf",
  "PersonID": "6b82da99-4fb7-4950-9ddc-1f3a09d53960",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}