PATCH v3/baskets/{id}/membership-subscriptions/{subscriptionId}
Amend the details of a specific membership in a basket
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
|
subscriptionId | string |
Required |
Body Parameters
MembershipSubscriptionPatchName | Description | Type | Additional information |
---|---|---|---|
AutoRenew | boolean |
None. |
|
OverriddenPrice | decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json
{ "autoRenew": true }
text/xml
The response/request for text/xml format is no longer supported for this endpoint.
Response Information
Resource Description
MembershipSubscriptionName | Description | Type | Additional information |
---|---|---|---|
AutoRenew | boolean |
None. |
|
Membership | Membership |
None. |
|
StartDate | date |
None. |
|
ExpiryDate | date |
None. |
|
IsRenewal | boolean |
None. |
|
RelatedDonationId | string |
None. |
|
CustomItems | Collection of CustomItem |
None. |
|
Discount |
The amount this item has been discounted by from any offers. |
decimal number |
None. |
OriginalPrice |
The original price of the item, before it was overridden. |
decimal number |
None. |
Price |
The nominal price of the item, before any commissions, discounts etc. have been applied. |
decimal number |
None. |
PriceOverridden |
If true, the nominal price of the item (before commissions, discounts etc.) has been overridden. Price contains the overridden price; OriginalPrice contains the price before it was overridden |
boolean |
None. |
Total |
The total price of the item after any commissions, discounts etc. have been applied. |
decimal number |
None. |
Id | string |
None. |
Response Formats
application/json, text/xml
Sample not available.