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": "a08ce287-213f-478c-9fe7-6e4ee5a195a5",
  "ShoppingCartItemID": "5ee61ede-609d-478e-a554-2994a350437a",
  "PersonID": "c37e9ef1-2187-4904-936d-e300e0d9ac2b",
  "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": "0f7e5071-319d-4ee0-b0dd-ede6cad3a6f9",
  "ShoppingCartItemID": "6e67847b-cbfe-4084-b3f2-b608336ae538",
  "PersonID": "ec988b02-62b9-4e8a-8f34-68171b1d5904",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}