ChangeOALSubscriptionLevelRequest
Note
For a more in depth documentation, you should check the comments from the protobuf file.
Purpose
Uses to subscribe / unsubscribe order activity updates. OAL - Order Activity Log.
Field
- subscsriptionLevel- determines whether to subscribe to updates or unsubscribe, possible values located in- SubscriptionLevelenumeration
Request example
const ChangeOALSubscriptionRequest {
    subscriptionLevel : "SUBSCRIBED"
    }
Responses
The server will respond with a ChangeOALSubscriptionLevelResponse that contains a response status field.