POST api/ShoppingCartPerson

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
session_shoppingcartperson
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShoppingCartPersonID": "1534accd-84f3-4e38-bd97-0869cc58f82c",
  "ShoppingCartItemID": "12415bd7-e134-481a-a7b1-2c2cfaf88fbb",
  "PersonID": "90fa8c40-9d46-4f7a-a339-a57100a220b9",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ShoppingCartPersonID": "c6af7d6a-2d80-40af-bc15-a285c40fa689",
  "ShoppingCartItemID": "f475a385-96bc-4c8e-915d-3ca5d429b588",
  "PersonID": "37734c40-2f24-4fc6-a510-b06dde637576",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}