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": "a404f896-382b-4b69-b3fc-b2a2fe930782",
  "ShoppingCartItemID": "5f6f6a26-39cd-4aa8-8e49-c1918634dc11",
  "PersonID": "09d9db26-950a-4d2c-918a-ea56fa9ae82b",
  "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": "15665c3c-7dd9-4d7a-84e3-7ac7d2d6a3b0",
  "ShoppingCartItemID": "d85d95a0-f6f9-4bc6-9f51-01290a4815f5",
  "PersonID": "bbbf6da4-c4c5-405a-9ab1-3ae498c72ee3",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}