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": "93af5e20-f8e8-431e-aa81-51d869eb69c3",
  "ShoppingCartItemID": "7acb4193-bc45-40ab-9347-c85362517764",
  "PersonID": "49fd70ed-c2a8-4588-8571-383334b2be91",
  "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": "9e96e4e3-6aab-4954-b663-8e85df8b911c",
  "ShoppingCartItemID": "f29ae6a3-5062-4bbb-81df-24bd52ca4b41",
  "PersonID": "1bc4cff7-7714-4bb3-b0b4-16fac95c9b64",
  "PreviousCertificate": "QEBA",
  "DiscountAmount": 4.0
}