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": "88012ae2-de9c-444c-ac0f-ee1f8804f028",
  "ShoppingCartItemID": "29327940-06ff-4dc5-bf0a-263d89c2ac0c",
  "PersonID": "d13c4483-6753-4f6b-8381-a84d98701bd6",
  "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": "c422b014-7aff-4a25-a63f-6b14aa3acb25",
  "ShoppingCartItemID": "3d22d882-1dce-4e91-8071-d668dfe97e85",
  "PersonID": "ce07f43d-22f4-46ab-a249-45996eeba8c3",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}