So as far as what is sent in the quote request, would I be correct is saying that it is the last three items that are missing?
"KitLineType", "KitUnits": , "KitHeaderLineID
"Lines": [
{
"ItemNo": 0,
"QuoteLineID": "string",
"InventoryID": "string",
"PartNo": "string",
"Description": "string",
......
"CustomFieldValues": [
{
......
"PluginName": "string"
}
],
"KitLineType": ******,
"KitUnits": ******,
"KitHeaderLineID": ******
}
],
If yes, can you tell me the corresponding tables and fields that I would be able to extract this info and then include it in the quote?
If yes, I will extract these and store them with the inventory item and send it with the quote.
Thank you.
Cheers



