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": "105eb40c-4f7e-4d38-a6a3-6781340b00b5",
  "ShoppingCartItemID": "d178cb76-9fd2-4e4f-8926-b05d804278bf",
  "PersonID": "0c65893b-0cf1-4d83-b88a-9c1441692ae9",
  "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": "94748d52-0888-4a1d-9578-167753c78c1f",
  "ShoppingCartItemID": "befaf12f-f4c9-4f47-bb4c-e180bc355720",
  "PersonID": "fdfd0e4f-14a7-421d-9452-dd6ccc6e19c5",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}