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": "796c1eab-d70d-402a-af82-d2906c8bb60b",
  "ShoppingCartID": "77bfef9b-b1f7-4c3d-ba57-917b081c0638",
  "TrainingClassID": "b4d9da32-6f71-4b20-aac5-a7d0e72e2713",
  "EmailPackageDefinitionID": "bf7b85f1-7b32-4fc9-85f5-8d60ffe6420d",
  "InventoryItemID": "531445e1-e9ee-4082-8070-e4dd7c8db47c",
  "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": "c6fa8123-322f-4ad3-a805-a36c4249cea8",
  "ShoppingCartID": "032511eb-9ca9-4d56-8d7c-3ea0d2aee6ae",
  "TrainingClassID": "b757a423-e09c-456c-bfb7-b0cc696c998e",
  "EmailPackageDefinitionID": "1d0976d0-74e1-4e3f-ac20-32c89fdc802a",
  "InventoryItemID": "d94ba720-16bf-49cb-ae4a-f46087b6c2ac",
  "Quantity": 1
}