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": "22575142-3c34-46fd-988f-99d0f2f53727",
  "ShoppingCartID": "5bd84194-ffa4-4fa5-9f01-af85ef871cd7",
  "TrainingClassID": "02518ed4-c640-4b9a-9f85-045c6cfca68c",
  "EmailPackageDefinitionID": "8f82ecef-bfe8-49fd-83ba-d0ccc7eef3a2",
  "InventoryItemID": "c78fda0b-d4a6-4799-bf3b-dbfb10cecb75",
  "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": "83ccbde6-bfe2-4722-955d-a327822fc06e",
  "ShoppingCartID": "3c50a7a6-9cf1-4119-bcc8-6a7cb92ecabb",
  "TrainingClassID": "b757f438-6381-4fd8-9b8f-375559ff342c",
  "EmailPackageDefinitionID": "9115ab30-c209-49e6-8744-dbc019eaef73",
  "InventoryItemID": "e4d4b5d7-3b3f-4ef0-8335-957aca314e4c",
  "Quantity": 1
}