Req | Field Name | Field Type | Max Length | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | ||||||||||||
![]() |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | ||||||||||||
![]() |
class_no | long | 8 | The event class number to unsubscribe from.
Allowable values for class_no:
|
||||||||||||
do_write | string | 5 | Boolean indicator that specifies whether to actually perform the requested operation. If 'false' is passed in this field, Aria calculates, if applicable, any potential effects from this call such as proration, plan assignments, etc. and return all relevant data without actually performing the requested operation or making any changes to the account. This is useful to interfaces that want to present the user with a 'confirmation page' informing them of the potential effects of the requested operation prior to actually performing it. Do_write defaults to 'true'
Allowable values for do_write:
|
Field Name | Field Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error. | ||||||||||||
error_msg | string | Description of any error that occurred. "OK" if there was no error. | ||||||||||||
events | hash | An Array of events being unsubscribed to.
Allowable values for events:
|
||||||||||||
![]() |
long | The unique ID for the individual event | ||||||||||||
![]() |
string | The name of this event | ||||||||||||
![]() |
string | The long description of this event | ||||||||||||
![]() |
string | The current state of this event for this client |