JSON schema
{
"outcome": "Vendor quote collection outcome",
"fields": [
{
"description": "vendor name captured during the call.",
"name": "vendor_name",
"required": true,
"type": "text"
},
{
"description": "phone number from caller id captured during the call.",
"name": "phone_number_from_caller_id",
"required": true,
"type": "text"
},
{
"description": "item or service captured during the call.",
"name": "item_or_service",
"required": true,
"type": "text"
},
{
"description": "quoted price captured during the call.",
"name": "quoted_price",
"required": true,
"type": "text"
},
{
"description": "lead time captured during the call.",
"name": "lead_time",
"required": true,
"type": "date"
},
{
"description": "availability captured during the call.",
"name": "availability",
"required": false,
"type": "text"
},
{
"description": "terms captured during the call.",
"name": "terms",
"required": false,
"type": "text"
},
{
"description": "comparison notes captured during the call.",
"name": "comparison_notes",
"required": false,
"type": "text"
}
]
}
CSV headers
vendor_name,phone_number_from_caller_id,item_or_service,quoted_price,lead_time,availability,terms,comparison_notes