# Rover Inventory
Read Time: 1 minute(s)
# Inventory Display Lookups
INV.CONTROL response JSON format to show additional lookup tables in the Inventory Parts module.
{
"inv_lookup_items": [
{
"inv_lookup": "QUOTE*PART",
"inv_lookup_desc": "Parts on Quote"
},
{
"inv_lookup": "INV*PART",
"inv_lookup_desc": "Active Parts"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12