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": "4f0538e4-86d0-414d-824b-6bf339ff9f60",
  "ShoppingCartItemID": "bb0d7c5b-5d27-4b29-adfe-eed4fc599b1f",
  "PersonID": "7d4f24a2-10c1-45a4-9d89-10b99d239f80",
  "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": "f4f941c3-7982-47f3-95cb-e2504c8d2e09",
  "ShoppingCartItemID": "7dbffd25-b322-4fc3-a01c-8c26b1573b1c",
  "PersonID": "8f6ada4a-ba77-4baf-a23c-15de31be2d2e",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}