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": "3ef11853-6601-41dd-8bc4-49d9b62a591b",
  "ShoppingCartItemID": "56036c38-61c8-4216-bd8c-7d9ab702345e",
  "PersonID": "d7046fa2-46bf-4627-8f07-a08dd452312a",
  "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": "38e7e4b0-0a37-46b3-af8c-940ec1f0f20b",
  "ShoppingCartItemID": "3ce02404-c9e7-4a24-9457-8d823aff3932",
  "PersonID": "5cfbbc17-cfaf-4b7e-9018-04d65785381b",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}