POST api/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
session_shoppingcartitem
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartItemID": "d3f7d5da-502b-4d71-b3e6-963de8bd90e9",
  "ShoppingCartID": "052e1ae9-c542-40c3-9917-23fda1635ad4",
  "TrainingClassID": "2a2acac9-73ae-49c2-a642-a96f76566f13",
  "EmailPackageDefinitionID": "09f399b0-d985-4422-a6e0-b498d98e0ee4",
  "InventoryItemID": "97269a30-235d-4c9f-81f9-1c03108f4219",
  "Quantity": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartItemID": "ced1f3a9-e2cf-4d43-ab9d-89edb7aa495e",
  "ShoppingCartID": "ff093bcc-b27d-4683-8b68-f412bef1f3f8",
  "TrainingClassID": "5bb21e5a-0369-45b4-a72e-0eb0a784b45b",
  "EmailPackageDefinitionID": "23ce80e6-781e-4a27-a7a8-6df56f0b679a",
  "InventoryItemID": "bf028ff8-a080-4d88-9cfd-855dfc440485",
  "Quantity": 1
}