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: Quote API System Error

Part Number: TI-API

I am trying to get a quote using the sandbox. Here is all the information I am sending and receiving 

{
  "URL": "">transact-pre.ti.com/.../quotes",
  "RequestBody": {
    "Quote": {
      "CustomerQuoteNumber": "Test123",
      "EndCustomerCompanyName": "MyCustomer",
      "LineItems": [
        {
          "TiPartNumber": "SN74LS00N",
          "Quantity": "2500",
          "RequestedUnitPrice": "1.2"
        }
      ],
      "RequestedUnitPriceCurrencyCode": "USD"
    }
  },
  "Response": {
    "errors": [
      {
        "errorCode": "ERR-BKG-QUOTE-API-0500",
        "type": "ERROR",
        "reason": "System Error",
        "message": "System error has occurred. Contact TI API Support (https://api-portal.ti.com/support)."
      }
    ]
  }
}
I have previously been able to send to this endpoint.
Any help is appreciated thank you!
  • Hi Jacob,

    Please correct the syntaxing for the attribute names (example below).  This will be the case with all of the field names.

    CustomerQuoteNumber should be customerQuoteNumber   (first character should be lower case)

    If it fails again, then remove the "endCustomerCompanyName".  Although the spec says it's required, it is not.  I've submitted a ticket to get this resolved.

    Let me know if this resolves your problem.

    Regards,

    Faye

**Attention** This is a public forum