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": "378e7014-a1d8-4eea-b7eb-fffe36170e68",
  "ShoppingCartItemID": "d7364df4-f09b-4587-b9f8-5d47b55d69a9",
  "PersonID": "beb064ba-c20b-4ae6-a7d8-923fe5534dcc",
  "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": "a0fe049a-a7f5-4c5f-88be-d88a9166f057",
  "ShoppingCartItemID": "15b7dd7c-fd84-43d5-888a-3249144ac7ad",
  "PersonID": "0e8019d3-02fd-4dfb-9508-05cbe4885950",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}