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": "29ee565c-d34f-4f62-8ac8-ff42b5a4a590",
  "ShoppingCartItemID": "6957f7e2-ccf6-413b-9117-66063efd18e3",
  "PersonID": "f257db91-dcf2-4160-b307-b82030da5206",
  "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": "a736bc63-b174-47b6-a355-e5794adf3196",
  "ShoppingCartItemID": "64adf29e-8c34-44ff-b152-9b4357d126cd",
  "PersonID": "13b31a2f-6add-4350-b286-fef105134e47",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}