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": "177e8323-7099-4042-b43a-a7b32555f85c",
  "ShoppingCartItemID": "e062e2d4-9105-485a-8af0-1611567030db",
  "PersonID": "87e855f9-2c5d-4ca7-bcc5-206343cb2230",
  "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": "3cd93ad1-5044-46b3-8a92-0d0ae1a97100",
  "ShoppingCartItemID": "8985787f-e260-470b-bec7-4dc03c2b941f",
  "PersonID": "91104fdf-8ff0-42aa-9f4b-9bce7ff699d5",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}