TI-API: API Quote fail

Part Number: TI-API

hi there,

FUMAN 送了如下数据,但是遇到报错Missing endCustomerCompanyName, 可是request 数据并没有endCustomerCompanyName, 请帮忙解决,谢谢!

transact.ti.com/.../quotes

推送的数据是

{"quote":{"contactEmailAddress":"","lineItems":[{"quantity":200000,"requestedUnitPrice":6.00000,"tiPartNumber":"IWR1642AQAGABLR"}],"contactName":"","endCustomerCompanyName":"","requestedUnitPriceCurrencyCode":"USD","contactPhoneNumber":"","checkoutProfileId":"329C27426C2A3FE9E063DE21BB8B6ABE","customerQuoteNumber":"B20250508141652"}}

 

返回的数据是

{

  "errors" : [

    {

      "errorCode" : "ERR-BKG-QUOTE-API-0001",

      "type" : "ERROR",

      "reason" : "Missing endCustomerCompanyName",

      "message" : "endCustomerCompanyName cannot be null or empty. Enter a valid endCustomerCompanyName and resubmit request."

    }

  ]

}