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": "50f1db7c-abc5-4095-9482-b614db737bff",
  "ShoppingCartItemID": "955f6d34-e827-4240-90ee-5ac409f16139",
  "PersonID": "74a242d0-b08f-42d7-8e29-31af6310d349",
  "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": "90bbe343-90a0-46b7-9309-9c962a0d148f",
  "ShoppingCartItemID": "2c71548b-3874-4d1b-a1c5-3862cf0686b3",
  "PersonID": "6ac35cad-962f-49f6-8238-06ff527c8226",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}