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."
}
]
}
Hi Iris, as discussed, this is error returned from SAP end that we may need further check with internal team. I will follow up this together with you, thanks.