Facing issues with API 11.13.18.05 when performing get by TradingPartnerName
When performing a get through the API in this way:
fscmRestApi/resources/11.13.18.05/tradingPartnerItems/?q=TradingPartnerName = "PARTNER AND TEST"
There are no results for this search. I identified that the problem is the word "AND", when performing it this way, this specific parter is returned:
fscmRestApi/resources/11.13.18.05/tradingPartnerItems/?q=TradingPartnerName = "PARTNER AN"
As a standard check, we check for possible spaces and others.
Is "AND" a reserved word? How can I perform this get?
Tagged:
0