Skip to main content
Aria Knowledge Central

update_usage_type_m

Updates an existing usage type

Input Arguments

 
Req Field Name Field Type Max Length Description
required-icon.png client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
required-icon.png auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
required-icon.png usage_type_no int 38 Unique identifier for usage type
  OR      
  usage_type_code string 30 Client defined unique identifier
required-icon.png usage_type_name string 100 Name of usage type. Translatable.
required-icon.png usage_type_desc string 300 Description of usage type. Translatable.
required-icon.png usage_unit_type_no int 8 Unique identifier for usage type unit
  usage_type_display_string string 100 Supp display string of usage type. Translatable.
  supplemental_obj_field array   Specifies the supplemental object fields to be added for this usage type
  field_no int 100 the field no
  OR      
  field_name string 100 the field name
  field_value string array   the field value
  locale_no int 38 Aria-assigned unique identifier of the locale used for translations.
  OR      
  locale_name string 32 Name of the locale to which the translations belong.

Output Arguments

 
Field Name Field Type Description
error_code long Aria-assigned error identifier. 0 indicates no error
error_msg string Textual description of any error that occurred. "OK" if there was no error.
usage_type_no int Unique identifier for usage type
  • Was this article helpful?