create_usage_type_m
Creates a new usage type
Input Arguments
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. | |
usage_type_name | string | 100 | Name of usage type. Translatable. | |
usage_type_desc | string | 300 | Description of usage type. Translatable. | |
usage_unit_type_no | int | 8 | Unique identifier for usage type unit. | |
usage_type_code | string | 30 | Client defined unique identifier | |
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 |
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. |