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": "96730385-f629-43d8-8795-b42cf06593e1",
  "ShoppingCartItemID": "c25ed0a7-1539-4c99-8b00-a2e69be7b354",
  "PersonID": "4f661f78-8581-45cd-be4c-8c9bfcd0a2d9",
  "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": "f622a02a-380f-445a-9bc3-cdc02da119ba",
  "ShoppingCartItemID": "14c8e063-a1cc-49db-939a-eddcdc83b12b",
  "PersonID": "929efcfc-4263-4d75-bc01-22b3ef7c0464",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}