POST api/product/shoppingcart/addproduct/{cartId}/{memberId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cartId

string

Default value is

memberId

integer

Default value is 0

Body Parameters

LiveCourseProduct
NameDescriptionTypeAdditional information
LiveProductID

integer

None.

CartID

globally unique identifier

None.

LiveEventsID

integer

None.

Price

decimal number

None.

CourseLength

string

None.

CourseTitleAndDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LiveProductID": 1,
  "CartID": "6be4090f-cb8a-49a8-a3cf-c68cdd0a58e8",
  "LiveEventsID": 3,
  "Price": 1.0,
  "CourseLength": "sample string 4",
  "CourseTitleAndDate": "sample string 5"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.