Update Subscription
The CRM / Ordering system updates an Offer Subscription in the OCS.io via the RESTful API. The request body contains updated Offer Subscription details like External ID, Custom Name, etc. The OCS.io updates the instance of the Offer Subscription, then returns Business Transaction containing updated Offer Subscription as a payload of the response. Other systems may be notified about the Business Transaction via the Streaming Platform.
Update Subscription’s External ID
The Update Subscription’s External ID use-case allows the CRM or ordering system to update the external ID of a subscription. This operation is not versioned, meaning the new external ID takes effect immediately and the old external ID can no longer be used.
Update Subscription’s Custom Name
The Update Subscription’s Custom Name use-case allows the CRM or ordering system to update the custom name of a subscription. This attribute is not versioned, and the new value takes effect immediately.
Update Subscription’s Custom Attributes
The Update Subscription’s Custom Attributes use-case allows the CRM or ordering system to update the custom attributes of a subscription. Custom attributes are implemented as key-value pairs, and the system must provide the full set of key-value pairs in the request.