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": "122142bc-6aff-4f53-a9be-cd016a210fa7",
  "ShoppingCartID": "03af7d68-026d-4f36-a7dd-e755e5cf8946",
  "TrainingClassID": "eb6c6e7c-8a43-48b2-ba46-9dc8d73ae05e",
  "EmailPackageDefinitionID": "f805834f-0413-4d02-adde-8e83a8e1b94e",
  "InventoryItemID": "23e69963-1a2a-4cb6-a7d0-2e5da001af54",
  "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": "dd39c15f-2978-4d52-96fe-71aafe58bd82",
  "ShoppingCartID": "9ce5187c-0e6d-4569-9797-c5a523cccec1",
  "TrainingClassID": "faad3ce2-7365-4a19-81da-6cd488e012a8",
  "EmailPackageDefinitionID": "4e3b6ae5-f8c9-4b60-b9f7-df478f21741f",
  "InventoryItemID": "dbde9e6f-f697-49a0-863d-23bcfab3c35b",
  "Quantity": 1
}