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": "32d9f850-2e4c-4dde-b270-53fbd31d03ca",
  "ShoppingCartID": "bcda09ac-924b-43d2-9bcd-f42185c86caa",
  "TrainingClassID": "085949ff-4825-4248-8b18-ea946650ba8a",
  "EmailPackageDefinitionID": "91467e94-9bb1-467e-974b-e409c1406888",
  "InventoryItemID": "9caa3d4e-65b8-4ad9-beb3-37a94115f3e0",
  "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": "556f574f-5219-474d-96b9-cc5ea50dfe39",
  "ShoppingCartID": "c559a30b-5908-4425-b096-0c5af57e1033",
  "TrainingClassID": "054306f5-c782-4455-b75d-18e47c61e3a2",
  "EmailPackageDefinitionID": "bbcb5457-07f4-4c99-a5cd-4ccbc87dc5fa",
  "InventoryItemID": "b14bd975-303d-4376-8819-ccbf517dca71",
  "Quantity": 1
}