Shows an order dump. `Command syntax:` ```actionscript net_srv order dump -net <net_name> -hash <order_hash> ``` `Options:` ```actionscript -net - name of the Cellframe Network. The list of networks can be found in the <Config_dir> \ etc \ network folder or received by The Cellframe-Node-CLI using command - net list hash - hash of the order ``` ### CLI Example `Command:` ```actionscript cellframe-node-cli net_srv order dump -net riemann -hash 0x84841198C0F98BE33FAC05F897DFB9E273352F79329784C916476787C638FD3B ``` `Response:` ```actionscript == Order 0x84841198C0F98BE33FAC05F897DFB9E273352F79329784C916476787C638FD3B ==   version:          3   direction:        SERV_DIR_SELL   created:          Tue, 25 Jul 2023 03:59:33 -0700   srv_uid:          0x0000000000000001   price:            0.0000000000000012 (1200)   price_token:      tKEL   units:            300   price_unit:       SECOND   node_addr:        D860::D9D5::1C57::A6B3   node_location:    Europe - France   tx_cond_hash:     0x0000000000000000000000000000000000000000000000000000000000000000   ext:              0x52024672616E636500   pkey:             0xC6FB9B9370C01F52AD31D1B22A8AB1F1B18AF190EB48BA8F7E24E3DA6E67C8C2 ``` ### JSON-RPC Example ![[JSON-RPC Request - NET_SRV ORDER DUMP]]