This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-API: receive the following response in quote creation:

Part Number: TI-API

Tool/software:

request:

{
    "quote": {
        "customerQuoteNumber": "HTQ241101000002",
        "quoteReason": "CM",
        "endCustomerCompanyName": "WUXI ",
        "requestedUnitPriceCurrencyCode": "USD",
        "checkoutProfileId": "19FAXXXXXXXXX",
        "lineItems": [
            {
                "customerPartNumber": "06X",
                "tiPartNumber": "SN65LBC184DR",
                "requestedUnitPrice": 0,
                "quantity": 200000
            }
        ]
    }
}
response:
{
    "errors": [
        {
            "errorCode": "ERR-BKG-QUOTE-API-0020",
            "type": "ERROR",
            "reason": "Invalid JSON Input",
            "message": "Enter valid JSON input and resubmit request."
        }
    ]
}

**Attention** This is a public forum