import_custom_charge_items

Imports user-defined charge item metadata from the specified file.

Format

emcli import_custom_charge_items
        -file=file_name
        [-validate]
[ ]  indicates that the parameter is optional

Options

  • file

    Absolute path of the XML file from which to import user-defined charge item metadata.

  • validate

    Validates the XML file.

Examples

Example 1

This example imports user-defined charge item metadata from /home/host.xml:

emcli import_custom_charge_items
        -file=/home/host.xml

Example 2

This example validates user-defined charge item metadata in /home/host.xml:

emcli import_custom_charge_items
        -file=-file=/home/host.xml
        -validate