{
    "url": "https:\/\/steeltubespareparts.com\/th\/quality-control\/quote",
    "method": "POST",
    "contentType": "application\/json",
    "testRequestsUrl": "https:\/\/steeltubespareparts.com\/th\/quality-control\/quote-requests",
    "cors": {
        "allowOrigin": "*",
        "allowMethods": [
            "GET",
            "POST",
            "OPTIONS"
        ],
        "allowHeaders": [
            "content-type"
        ]
    },
    "required": [
        "contact.email",
        "project.summary"
    ],
    "optional": [
        "contact.name",
        "contact.company",
        "contact.phone",
        "project.material",
        "project.standard",
        "project.dimensions",
        "project.quantity",
        "project.timeline",
        "project.requirements",
        "message",
        "source"
    ],
    "example": {
        "contact": {
            "name": "Jane Buyer",
            "email": "jane@example.com",
            "company": "Example Manufacturing"
        },
        "project": {
            "summary": "Need precision seamless steel tubes for a hydraulic cylinder production project.",
            "material": "Carbon steel or alloy steel",
            "quantity": "Prototype plus production volume",
            "timeline": "RFQ this month"
        },
        "message": "Please advise what drawings, tolerances, and quality documents are needed before RFQ.",
        "source": "agent-readable-page-json"
    },
    "response": {
        "acceptedStatus": 202,
        "body": {
            "ok": true,
            "requestId": "rfq_...",
            "stored": true,
            "reply": {
                "status": "received",
                "commercialCommitment": false
            }
        }
    }
}