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": "2abc732d-95ef-4610-848c-345ce016fbdc",
  "ShoppingCartItemID": "c5927510-459e-4033-939a-bfd90eda2080",
  "PersonID": "9d347ac5-4688-4866-a8bb-251a397e556e",
  "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": "7319d93d-6655-4e67-b53c-8ef474310d46",
  "ShoppingCartItemID": "29c51055-250c-4f3f-a98b-74fe57b0bc04",
  "PersonID": "a4975dc6-d970-4871-92b9-f53c0ddf10e8",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}