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": "5be24780-9801-4d5c-bd59-64c83a35f403",
  "ShoppingCartItemID": "89a4ac33-bcac-4135-9401-d922b539ff68",
  "PersonID": "5085d61a-2fb7-4fdd-aa45-4ecd0e40041f",
  "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": "5aed9217-9844-44f0-8454-6d6f16923285",
  "ShoppingCartItemID": "bff5a199-14b3-4c05-855d-a6a9bac88cd8",
  "PersonID": "4ef73f14-4510-4428-8738-22430a3632ff",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}