PUT api/ShoppingCartItems
Request Information
URI Parameters
None.
Body Parameters
ShoppingCartItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| PortalId | string |
None. |
|
| EventPricingId | string |
None. |
|
| ShoppingCartId | string |
None. |
|
| AttendeeId | string |
None. |
|
| DisplayName | string |
None. |
|
| GuestFirstName | string |
None. |
|
| GuestLastName | string |
None. |
|
| Quantity | integer |
None. |
|
| Price | decimal number |
None. |
|
| InstallmentPrice | decimal number |
None. |
|
| HasInstallmentPlan | boolean |
None. |
|
| TotalPrice | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| ChargeTaxes | boolean |
None. |
|
| HasBulkOption | boolean |
None. |
|
| SessionId | globally unique identifier |
None. |
|
| EventId | globally unique identifier |
None. |
|
| ShippingAmount | decimal number |
None. |
|
| ChargeShipping | boolean |
None. |
|
| WebProductId | globally unique identifier |
None. |
|
| IsProduct | boolean |
None. |
|
| WebProduct | WebProduct |
None. |
|
| AccountingCompanyId | globally unique identifier |
None. |
|
| CouponId | globally unique identifier |
None. |
|
| RecurringBilling | boolean |
None. |
|
| RequiredParentEventWebProductId | string |
None. |
|
| TaxJurisdictionId | string |
None. |
|
| ShippingRateId | string |
None. |
|
| ShippingProductId | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| IsWaitlisted | boolean |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |