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": "3955e7d2-2632-4187-84e8-389c309198d5",
  "ShoppingCartID": "a5718871-6923-47f0-9660-90be6e42b9f5",
  "TrainingClassID": "2785bf67-c9dc-4842-8329-08988860b2f2",
  "EmailPackageDefinitionID": "ef9adb51-40c6-40b1-9035-b866b32d55aa",
  "InventoryItemID": "0ae81b0a-b20c-4921-9295-d0ad62ca6cbb",
  "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": "33e2ad96-1d04-4878-a287-24f50305871e",
  "ShoppingCartID": "783730d5-9924-4320-9dbd-204bdd8de735",
  "TrainingClassID": "bdb2a9c5-e1e9-4cc4-8507-6c8af16085dc",
  "EmailPackageDefinitionID": "34043cdb-f8d4-4534-93c0-6e150a9d995d",
  "InventoryItemID": "e18765d0-d58b-48d9-a413-a229277813c6",
  "Quantity": 1
}