website logo
Sign Up ->
🌐Help Center
πŸ’ΌJobs
Navigate through spaces
⌘K
✏️ARCHBEE TEMPLATES
πŸ’»API Reference
Account Balance
Account Groups
Account Subscriptions
Accounts
Addresses
Analytics
Bulk Entitlements
Bundles
Carts
Customer Support Log
Dev Tools
Device Policy
Entitlements
Fulfilment
Gifting
Native Billing
Offers
Orders
Payment Details
Payment Instruction
Platform Status
Product Lists
Products
Service Credits
Sessions
Subscription Holiday
Subscriptions
Suppliers
Vouchers
πŸš€Realtime Editor with Markdown Shortcuts!
β›΅Integrations
AirTable
Miro
Figma
Github Gist
LucidChart
Trello
Prezi
Codepen
Iframe Embeds
🌀️Development in the Cloud
‴️Sharing Lambda Layers
πŸ”¨API Documentation
🌀️Endpoint Documentation
β›…GraphQL Endpoint Playground
☁️Full API Docs with Swagger/OpenAPI
πŸ§œβ€β™€οΈMermaid Diagrams
πŸ“„Why is Documentation Extremely Important for Engineers
Changelogs and Callouts
Code Editor Multi-Language
All Blocks
Tabs
Embed
πŸ—ΊοΈDatacenters (Minitasks and Maps)
API Reference
pet
store
user
Docs powered by
Archbee
API Reference
Account Subscriptions

Update Subscription Attributes

2min
PATCH
This endpoint will allow you the ability to amend the following attributes of the subscription: status, custom attributes, shippingAddress and invoiceAddress
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
accountReference
string
*
subscriptionReference
string
*
HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*
The eSuite Version
Origin
string
The eSuite Origin
BODY PARAMETERS
subscriptionPatchRequest
Microsoft.AspNet.JsonPatch.JsonPatchDocument[FictiveGlobal.Api.Rest.Dtos.v2.Patch.Subscriptions.SubscriptionPatchModel]
*
value
System.Object
path
string
op
string
from
string
RESPONSES
200
OK
FictiveGlobal.Api.Rest.Dtos.v2.AccountSubscriptionResult
Account Subscription result
subscriptions
FictiveGlobal.Api.Rest.Dtos.v2.AccountSubscription[]
Subscriptions
400
Request is invalid. <br /> Duplicate parameter {ParameterName} specified. <br /> The specified parameters are invalid.
403
Unable to authenticate using the provided session.
404
No subscription found or provided address not found.
412
Patch operation validation Error. <br /> The property at path '/CustomSubscriptionParameter/{parameterValue}' could not be removed.
500
Internal Server Error.
ο»Ώ

ο»Ώ

Updated 22 Sep 2023
Did this page help you?
PREVIOUS
Update the renewal status of a subscription
NEXT
Add a voucher to a subscription
Docs powered by
Archbee